зеркало из https://github.com/mozilla/gecko-dev.git
Bug 807760 - Disable OMTC in b2g builds on Windows. r=cjones
This commit is contained in:
Родитель
4622a2f0dc
Коммит
4864051dca
|
@ -236,7 +236,9 @@ pref("ui.dragThresholdY", 25);
|
|||
|
||||
// Layers Acceleration
|
||||
pref("layers.acceleration.disabled", false);
|
||||
#ifndef XP_WIN
|
||||
pref("layers.offmainthreadcomposition.enabled", true);
|
||||
#endif
|
||||
pref("layers.offmainthreadcomposition.animate-opacity", true);
|
||||
pref("layers.offmainthreadcomposition.animate-transform", true);
|
||||
pref("layers.async-video.enabled", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче