mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
3f1e63d0f1
commit
ec21d3b84c
@ -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