Turn off acceleration on mobile (bug 619615) [r=stuart]

This commit is contained in:
Mark Finkle 2010-12-16 00:10:36 -05:00
Родитель ed912f9848
Коммит 86b65b0ec9
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -504,6 +504,5 @@ pref("services.sync.autoconnectDelay", 5);
// threshold where a tap becomes a drag, in 1/240" reference pixels
pref("ui.dragThreshold", 24);
#ifndef MOZ_PLATFORM_MAEMO
pref("layers.accelerate-all", true);
#endif
pref("layers.accelerate-all", false);