From bac063f49ecd7a8c68c9f24fe5ee4d467236e1a5 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Wed, 9 Apr 2014 10:40:44 -0400 Subject: [PATCH] Bug 994101. Allow skia content on windows. --HG-- extra : rebase_source : 7afdd908a24e7a9e4757af4dcb15f3dce792aa9c --- gfx/thebes/gfxWindowsPlatform.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/thebes/gfxWindowsPlatform.cpp b/gfx/thebes/gfxWindowsPlatform.cpp index 68d49a28627..39d3c6fb174 100644 --- a/gfx/thebes/gfxWindowsPlatform.cpp +++ b/gfx/thebes/gfxWindowsPlatform.cpp @@ -444,6 +444,7 @@ gfxWindowsPlatform::UpdateRenderMode() } else { canvasMask |= BackendTypeBit(BackendType::SKIA); } + contentMask |= BackendTypeBit(BackendType::SKIA); InitBackendPrefs(canvasMask, defaultBackend, contentMask, defaultBackend); }