mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1246952. Cleanup references to vsync prefs. r=kats
This commit is contained in:
parent
c67e4daa75
commit
089ecec90a
@ -30,9 +30,6 @@ pref("network.predictor.enabled", true);
|
||||
// No AccessibleCaret
|
||||
pref("layout.accessiblecaret.enabled", false);
|
||||
|
||||
pref("gfx.vsync.hw-vsync.enabled", true);
|
||||
pref("gfx.vsync.compositor", true);
|
||||
|
||||
// To be removed once bug 942756 is fixed.
|
||||
pref("devtools.debugger.unix-domain-socket", "6000");
|
||||
|
||||
|
@ -61,12 +61,6 @@
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
var hwVsyncEnabled = SpecialPowers.getBoolPref("gfx.vsync.hw-vsync.enabled");
|
||||
if (!hwVsyncEnabled) {
|
||||
SimpleTest.ok(true, "Hardware vsync not enabled, skipping test");
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
SpecialPowers.pushPrefEnv({
|
||||
"set" : [
|
||||
[testPref, true]
|
||||
|
Loading…
Reference in New Issue
Block a user