Bug 1000415 - Enable async animations in B2G desktop. r=vingtetun

This commit is contained in:
Paul Rouget 2014-05-18 03:43:00 -04:00
parent 3674eea585
commit 106ad70388

View File

@ -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);