summaryrefslogtreecommitdiffstats
path: root/ui/base/gestures/gesture_sequence.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/gestures/gesture_sequence.cc')
-rw-r--r--ui/base/gestures/gesture_sequence.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/gestures/gesture_sequence.cc b/ui/base/gestures/gesture_sequence.cc
index 7760a0d..b4d324d 100644
--- a/ui/base/gestures/gesture_sequence.cc
+++ b/ui/base/gestures/gesture_sequence.cc
@@ -280,7 +280,7 @@ float CalibrateFlingVelocity(float velocity) {
// http://crbug.com/120154
const float velocity_scaling =
GestureConfiguration::touchscreen_fling_acceleration_adjustment();
- return velocity_scaling * velocity * fabsf(velocity);
+ return velocity_scaling * velocity;
}
} // namespace