Bug 735763 - Turn off FPS by default. r=kats

This commit is contained in:
Benoit Girard 2012-03-14 14:02:07 -04:00
parent a96a6f4142
commit 18b544ff2b
2 changed files with 1 additions and 2 deletions

View File

@ -602,7 +602,6 @@ pref("layers.acceleration.disabled", true);
#endif
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.acceleration.draw-fps", false);
pref("notification.feature.enabled", true);

View File

@ -3398,7 +3398,7 @@ pref("layers.acceleration.disabled", false);
// Whether to force acceleration on, ignoring blacklists.
pref("layers.acceleration.force-enabled", false);
pref("layers.acceleration.draw-fps", true);
pref("layers.acceleration.draw-fps", false);
pref("layers.offmainthreadcomposition.enabled", false);