Bug 891660. Backout the part of c59328e3cabf that broke mochitest 4

--HG--
extra : rebase_source : fa7b76b37f575742342b4914a1859bf3820f8593
This commit is contained in:
Jeff Muizelaar 2013-07-10 16:22:32 -04:00
parent c8668c0429
commit 338f482c3d

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 = (1 << BACKEND_COREGRAPHICS);
uint32_t contentMask = 0;
InitBackendPrefs(canvasMask, contentMask);
}