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
Родитель 1b4c81f100
Коммит 10d22a4ebe
1 изменённых файлов: 3 добавлений и 0 удалений

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

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