Bug 1231504 - Make fennec use the same pan_repaint_interval as B2G. r=botond

--HG--
extra : commitid : 2sbf9LHw6NI
This commit is contained in:
Kartikaya Gupta 2015-12-10 10:22:04 -05:00
parent af379f64b2
commit 76570d3fa8
2 changed files with 0 additions and 5 deletions

View File

@ -1012,10 +1012,6 @@ pref("osfile.reset_worker_delay", 5000);
pref("apz.allow_zooming", true);
#endif
// Gaia relies heavily on scroll events for now, so lets fire them
// more often than the default value (100).
pref("apz.pan_repaint_interval", 16);
// APZ physics settings, tuned by UX designers
pref("apz.fling_curve_function_x1", "0.41");
pref("apz.fling_curve_function_y1", "0.0");

View File

@ -610,7 +610,6 @@ pref("apz.zoom_animation_duration_ms", 250);
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_ANDROID)
// Mobile prefs
pref("apz.fling_repaint_interval", 75);
pref("apz.pan_repaint_interval", 250);
pref("apz.smooth_scroll_repaint_interval", 75);
pref("apz.x_skate_size_multiplier", "1.25");
pref("apz.y_skate_size_multiplier", "1.5");