mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 740200 - Enable content pref; r=mattwoodrow
This commit is contained in:
parent
9accbe655b
commit
6ff1085be6
@ -92,7 +92,7 @@ gfxPlatformGtk::gfxPlatformGtk()
|
||||
UpdateFontList();
|
||||
#endif
|
||||
uint32_t canvasMask = (1 << BACKEND_CAIRO) | (1 << BACKEND_SKIA);
|
||||
uint32_t contentMask = 0;
|
||||
uint32_t contentMask = (1 << BACKEND_CAIRO) | (1 << BACKEND_SKIA);
|
||||
InitBackendPrefs(canvasMask, contentMask);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user