Index: ui/base/gestures/gesture_point.h |
diff --git a/ui/base/gestures/gesture_point.h b/ui/base/gestures/gesture_point.h |
index 9eee5b8721d8e51e641de3a112843b174f16d654..8ef28d69ae656c812ba9bbbd6295acc4b6444bb5 100644 |
--- a/ui/base/gestures/gesture_point.h |
+++ b/ui/base/gestures/gesture_point.h |
@@ -23,6 +23,8 @@ class GesturePoint { |
// Resets various states. |
void Reset(); |
+ void ResetVelocity(); |
+ |
// Updates some states when a Tap gesture has been recognized for this point. |
void UpdateForTap(); |