Index: ui/events/gesture_detection/gesture_detector.h |
diff --git a/ui/events/gesture_detection/gesture_detector.h b/ui/events/gesture_detection/gesture_detector.h |
index 7552733ec06fe34345e50c09ff3d449e2bd6759b..39a554236243f70ba70b41b0d4e906602ac11248 100644 |
--- a/ui/events/gesture_detection/gesture_detector.h |
+++ b/ui/events/gesture_detection/gesture_detector.h |
@@ -157,6 +157,7 @@ class GestureDetector { |
bool IsConsideredDoubleTap(const MotionEvent& first_down, |
const MotionEvent& first_up, |
const MotionEvent& second_down) const; |
+ bool HandleSwipeIfNeeded(const MotionEvent& up, float vx, float vy); |
class TimeoutGestureHandler; |
scoped_ptr<TimeoutGestureHandler> timeout_handler_; |