Bug 1118530 Turn on by default hardware vsync and the Vsync Aligned Compositor on b2g. r=kats

This commit is contained in:
Mason Chang 2015-01-26 09:01:53 -08:00
Родитель 7d9a561adb
Коммит e7b9221c71
1 изменённых файлов: 4 добавлений и 0 удалений

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

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