mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1231504 - Make fennec use the same pan_repaint_interval as B2G. r=botond
--HG-- extra : commitid : 5ZWerggntKs
This commit is contained in:
parent
e236be7ee8
commit
732dcb57ea
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user