Index: ui/events/gesture_detection/gesture_provider.h |
diff --git a/ui/events/gesture_detection/gesture_provider.h b/ui/events/gesture_detection/gesture_provider.h |
index 22558f198f979300cd7b66f7e029f5b0f2fd9415..a424feeabfe7f6572206bc26edad5dc7ad200dad 100644 |
--- a/ui/events/gesture_detection/gesture_provider.h |
+++ b/ui/events/gesture_detection/gesture_provider.h |
@@ -86,7 +86,11 @@ class GESTURE_DETECTION_EXPORT GestureProvider { |
bool CanHandle(const MotionEvent& event) const; |
- void Fling(const MotionEvent& e, float velocity_x, float velocity_y); |
+ void Fling(const MotionEvent& e, |
+ float velocity_x, |
+ float velocity_y, |
+ float ordinal_velocity_x, |
+ float ordinal_velocity_y); |
void Send(const GestureEventData& gesture); |
bool SendLongTapIfNecessary(const MotionEvent& event); |
void EndTouchScrollIfNecessary(const MotionEvent& event, |