mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891660. Backout the part of c59328e3cabf that broke mochitest 4
--HG-- extra : rebase_source : fa7b76b37f575742342b4914a1859bf3820f8593
This commit is contained in:
parent
8da43d630c
commit
28dd205a48
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user