Bug 1226660 - Increase the fling-stop-on-tap threshold so that more taps go to content rather than stopping flings. r=snorp

--HG--
extra : commitid : 4C5lITvbWBZ
This commit is contained in:
Kartikaya Gupta 2015-11-25 09:49:57 -05:00
parent e70da30f79
commit f8ac9470c9

View File

@ -559,6 +559,7 @@ pref("layers.async-video.enabled", true);
#ifdef MOZ_ANDROID_APZ
pref("layers.async-pan-zoom.enabled", true);
pref("apz.axis_lock.mode", 1);
pref("apz.fling_stop_on_tap_threshold", "0.08");
#endif
pref("apz.allow_zooming", true);
pref("layers.progressive-paint", true);