mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug, enable off main thread animations for b2g, r=cjones over irc
This commit is contained in:
parent
f1b8756af2
commit
8cd7f9761d
@ -245,6 +245,8 @@ pref("ui.dragThresholdY", 25);
|
||||
// Layers Acceleration
|
||||
pref("layers.acceleration.disabled", false);
|
||||
pref("layers.offmainthreadcomposition.enabled", true);
|
||||
pref("layers.offmainthreadcomposition.animate-opacity", true);
|
||||
pref("layers.offmainthreadcomposition.animate-transform", true);
|
||||
pref("layers.async-video.enabled", true);
|
||||
pref("layers.async-pan-zoom.enabled", true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user