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 3f1e63d0f1
commit ec21d3b84c

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);