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
c8668c0429
commit
338f482c3d
@ -71,7 +71,7 @@ gfxPlatformMac::gfxPlatformMac()
|
|||||||
mFontAntiAliasingThreshold = ReadAntiAliasingThreshold();
|
mFontAntiAliasingThreshold = ReadAntiAliasingThreshold();
|
||||||
|
|
||||||
uint32_t canvasMask = (1 << BACKEND_CAIRO) | (1 << BACKEND_SKIA) | (1 << BACKEND_COREGRAPHICS);
|
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);
|
InitBackendPrefs(canvasMask, contentMask);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user