Bug 601856 - disable hw accel on all platforms until 598864 is resolved. r=blassey

This commit is contained in:
Doug Turner 2010-10-04 22:21:30 -07:00
parent 0ccf30b0fd
commit 242328a80e

View File

@ -493,3 +493,6 @@ pref("services.sync.autoconnectDelay", 5);
// Drag thresholds
pref("ui.dragThresholdX", 25);
pref("ui.dragThresholdY", 25);
// Waiting on bug 598864
pref("layers.accelerate-all", false);