Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1496)

Unified Diff: ui/base/gestures/gesture_configuration.cc

Issue 10917169: Adjust defaults for touchscreen scrolling parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review nit Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/gesture_event_filter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gestures/gesture_configuration.cc
diff --git a/ui/base/gestures/gesture_configuration.cc b/ui/base/gestures/gesture_configuration.cc
index 26e68a3a5e35a7c62c696dbd3c831b4854a3e51f..ee55e717f924ce829e47bfcab876b675fac1ed82 100644
--- a/ui/base/gestures/gesture_configuration.cc
+++ b/ui/base/gestures/gesture_configuration.cc
@@ -38,7 +38,6 @@ double GestureConfiguration::rail_break_proportion_ = 15;
double GestureConfiguration::rail_start_proportion_ = 2;
// The additional acceleration to apply to touchscreen flings.
-double GestureConfiguration::touchscreen_fling_acceleration_adjustment_
- = 1;
+double GestureConfiguration::touchscreen_fling_acceleration_adjustment_ = 0.85;
} // namespace ui
« no previous file with comments | « content/browser/renderer_host/gesture_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698