Bug 980770 - Fully enable (for RELEASE_BUILD) off-main-thread animations on all platforms with off-main-thread compositing. r=birtles

--HG--
extra : rebase_source : d479ac2083b9f324b7086bb00f8d29c6c3b855b1
This commit is contained in:
L. David Baron 2015-06-30 16:08:19 -07:00
Родитель 5bd2e2078d
Коммит 8c0c4f8c73
2 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

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