Bug 907926 - Enable Azure content for windows. r=nrc

This commit is contained in:
Matt Woodrow 2013-09-19 09:32:15 +12:00
parent 94c52f8921
commit e3051f9e2b

View File

@ -506,7 +506,7 @@ gfxWindowsPlatform::UpdateRenderMode()
#endif
uint32_t canvasMask = 1 << BACKEND_CAIRO;
uint32_t contentMask = 0;
uint32_t contentMask = 1 << BACKEND_CAIRO;
if (mRenderMode == RENDER_DIRECT2D) {
canvasMask |= 1 << BACKEND_DIRECT2D;
contentMask |= 1 << BACKEND_DIRECT2D;