mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 907926 - Enable Azure content for windows. r=nrc
This commit is contained in:
parent
94c52f8921
commit
e3051f9e2b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user