From 3807a08ace702f47032181164dd662f9c4862b8b Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Wed, 11 Mar 2015 15:22:04 -0400 Subject: [PATCH] Backed out changeset 512454694cc4 (bug 1123080) for Windows crashtest failures. --- gfx/thebes/gfxPlatform.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp index 9217c1b83348..256bcff63f53 100644 --- a/gfx/thebes/gfxPlatform.cpp +++ b/gfx/thebes/gfxPlatform.cpp @@ -1181,12 +1181,7 @@ gfxPlatform::CreateOffscreenCanvasDrawTarget(const IntSize& aSize, SurfaceFormat return target.forget(); } -#ifdef XP_WIN - // On Windows, the fallback backend (Cairo) should use its image backend. - return Factory::CreateDrawTarget(mFallbackCanvasBackend, aSize, aFormat); -#else return CreateDrawTargetForBackend(mFallbackCanvasBackend, aSize, aFormat); -#endif } TemporaryRef