mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 907745 - Disable new gralloc textures to see if it fixes B2G mochitest-3 hangs. r=mwu
CLOSED TREE
This commit is contained in:
parent
304dd32f12
commit
1af64cad4b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user