mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Bug 1118530 Turn on by default hardware vsync and the Vsync Aligned Compositor on b2g. r=kats
This commit is contained in:
parent
7d9a561adb
commit
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user