зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1000415 - Enable async animations in B2G desktop. r=vingtetun
This commit is contained in:
Родитель
d3a0791173
Коммит
5cb079dcb8
|
@ -286,14 +286,13 @@ 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);
|
||||
pref("layers.offmainthreadcomposition.async-animations", false);
|
||||
pref("layers.async-video.enabled", false);
|
||||
#else
|
||||
pref("dom.ipc.tabs.disabled", false);
|
||||
pref("layers.acceleration.disabled", false);
|
||||
pref("layers.offmainthreadcomposition.async-animations", true);
|
||||
pref("layers.async-video.enabled", true);
|
||||
pref("layers.async-video-oop.enabled",true);
|
||||
pref("layers.async-pan-zoom.enabled", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче