зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1118530 Turn on by default hardware vsync and the Vsync Aligned Compositor on b2g. r=kats
This commit is contained in:
Родитель
7d9a561adb
Коммит
e7b9221c71
|
@ -1092,3 +1092,7 @@ pref("dom.mozSettings.allowForceReadOnly", false);
|
|||
|
||||
// RequestSync API is enabled by default on B2G.
|
||||
pref("dom.requestSync.enabled", true);
|
||||
|
||||
// Enable hardware vsync compositor
|
||||
pref("gfx.vsync.hw-vsync.enabled", true);
|
||||
pref("gfx.vsync.compositor", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче