Bug 892966 - Allow CG to be enabled as an azure content backend. r=jrmuizel

This commit is contained in:
Matt Woodrow 2013-07-12 17:19:29 -04:00
parent fd6c011a54
commit c2496a9870

View File

@ -71,7 +71,7 @@ gfxPlatformMac::gfxPlatformMac()
mFontAntiAliasingThreshold = ReadAntiAliasingThreshold();
uint32_t canvasMask = (1 << BACKEND_CAIRO) | (1 << BACKEND_SKIA) | (1 << BACKEND_COREGRAPHICS);
uint32_t contentMask = 0;
uint32_t contentMask = (1 << BACKEND_COREGRAPHICS);
InitBackendPrefs(canvasMask, contentMask);
}