mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 740200 - Enable content pref; r=mattwoodrow
This commit is contained in:
parent
10503ae7ae
commit
d80626969c
@ -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