Bug 1230077 - Lower the touch-start tolerance threshold to reduce scrolling lag with APZ. rs=snorp

--HG--
extra : commitid : GFtX70DiRMH
This commit is contained in:
Kartikaya Gupta 2016-01-15 11:53:21 -05:00
Родитель da778f27f1
Коммит 003a0c17cc
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -574,6 +574,7 @@ pref("layers.async-video.enabled", true);
pref("layers.async-pan-zoom.enabled", true);
// APZ prefs that are different from B2G
pref("apz.allow_immediate_handoff", false);
pref("apz.touch_start_tolerance", "0.06");
// APZ physics settings, copied from B2G
pref("apz.axis_lock.mode", 2); // Use "sticky" axis locking
// APZ physics settings reviewed by UX