mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 980770 - Fully enable (for RELEASE_BUILD) off-main-thread animations on all platforms with off-main-thread compositing. r=birtles
This commit is contained in:
parent
d6d2fca528
commit
9b1be8c20d
@ -297,7 +297,6 @@ pref("ui.dragThresholdY", 25);
|
||||
// Layers Acceleration. We can only have nice things on gonk, because
|
||||
// they're not maintained anywhere else.
|
||||
pref("layers.offmainthreadcomposition.enabled", true);
|
||||
pref("layers.offmainthreadcomposition.async-animations", true);
|
||||
#ifndef MOZ_WIDGET_GONK
|
||||
pref("dom.ipc.tabs.disabled", true);
|
||||
#else
|
||||
|
@ -4227,11 +4227,7 @@ pref("layers.offmainthreadcomposition.testing.enabled", false);
|
||||
pref("layers.offmainthreadcomposition.force-basic", false);
|
||||
|
||||
// Whether to animate simple opacity and transforms on the compositor
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("layers.offmainthreadcomposition.async-animations", false);
|
||||
#else
|
||||
pref("layers.offmainthreadcomposition.async-animations", true);
|
||||
#endif
|
||||
|
||||
// Whether to log information about off main thread animations to stderr
|
||||
pref("layers.offmainthreadcomposition.log-animations", false);
|
||||
|
Loading…
Reference in New Issue
Block a user