Chromium Code Reviews| 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..37c894f31806064c37d9c9efe3d2906d3cad2514 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); |
|
jdduke (slow)
2014/05/26 21:19:42
Nit: handle -> Handle
mfomitchev
2014/05/26 22:07:14
Done.
|
| class TimeoutGestureHandler; |
| scoped_ptr<TimeoutGestureHandler> timeout_handler_; |