Bug 916034 - Enable azure content for gtk2. r=jrmuizel

This commit is contained in:
Matt Woodrow 2013-10-02 22:12:36 +13:00
parent 870cf524d2
commit 333e3452e8

View File

@ -368,6 +368,10 @@ pref("gfx.content.azure.backends", "cairo");
#endif
#endif
#ifdef MOZ_WIDGET_GTK2
pref("gfx.content.azure.enabled", true);
pref("gfx.content.azure.backends", "cairo");
#endif
#ifdef ANDROID
pref("gfx.textures.poweroftwo.force-enabled", false);
pref("gfx.content.azure.backends", "cairo");