Bug 907745 - Disable new gralloc textures to see if it fixes B2G mochitest-3 hangs. r=mwu

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2013-08-28 20:06:44 -04:00
parent 304dd32f12
commit 1af64cad4b

View File

@ -4093,7 +4093,7 @@ pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.use-deprecated-textures", false);
#else
#ifdef MOZ_WIDGET_GONK
pref("layers.use-deprecated-textures", false);
pref("layers.use-deprecated-textures", true);
#else
pref("layers.offmainthreadcomposition.enabled", false);
pref("layers.use-deprecated-textures", true);