Bug 1460206 - Let the new Android fling physics ride the trains. r=kats

MozReview-Commit-ID: 9DSIDzqKnZX

--HG--
extra : rebase_source : a42e999a42620ae396d15aec787746e61390d965
This commit is contained in:
Botond Ballo 2018-06-01 19:27:05 -04:00
Родитель 36f613b23b
Коммит 869bfa2f23
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -622,11 +622,7 @@ pref("layers.geometry.d3d11.enabled", true);
pref("apz.allow_checkerboarding", true);
pref("apz.allow_immediate_handoff", true);
pref("apz.allow_zooming", false);
#ifdef NIGHTLY_BUILD
pref("apz.android.chrome_fling_physics.enabled", true);
#else
pref("apz.android.chrome_fling_physics.enabled", false);
#endif
pref("apz.android.chrome_fling_physics.friction", "0.015");
pref("apz.android.chrome_fling_physics.inflexion", "0.35");
pref("apz.android.chrome_fling_physics.stop_threshold", "0.1");