Bug 914584. Pref on OMTC for b2g desktop builds. r=fabrice

This commit is contained in:
Nicholas Cameron 2013-11-25 20:07:34 +13:00
Родитель 2f5002c0ac
Коммит 2bb0c5bd83
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -256,14 +256,13 @@ pref("ui.dragThresholdY", 25);
// Layers Acceleration. We can only have nice things on gonk, because // Layers Acceleration. We can only have nice things on gonk, because
// they're not maintained anywhere else. // they're not maintained anywhere else.
pref("layers.offmainthreadcomposition.enabled", true);
#ifndef MOZ_WIDGET_GONK #ifndef MOZ_WIDGET_GONK
pref("dom.ipc.tabs.disabled", true); pref("dom.ipc.tabs.disabled", true);
pref("layers.offmainthreadcomposition.enabled", false);
pref("layers.offmainthreadcomposition.async-animations", false); pref("layers.offmainthreadcomposition.async-animations", false);
pref("layers.async-video.enabled", false); pref("layers.async-video.enabled", false);
#else #else
pref("dom.ipc.tabs.disabled", false); pref("dom.ipc.tabs.disabled", false);
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.acceleration.disabled", false); pref("layers.acceleration.disabled", false);
pref("layers.offmainthreadcomposition.async-animations", true); pref("layers.offmainthreadcomposition.async-animations", true);
pref("layers.async-video.enabled", true); pref("layers.async-video.enabled", true);