Index: ui/aura/gestures/gesture_sequence.h |
diff --git a/ui/aura/gestures/gesture_sequence.h b/ui/aura/gestures/gesture_sequence.h |
index 95ed63cd1efb401ee838e09222ef18c8591bfb50..709d8a5968d130ecb31304ed654f2b7776d4629c 100644 |
--- a/ui/aura/gestures/gesture_sequence.h |
+++ b/ui/aura/gestures/gesture_sequence.h |
@@ -55,7 +55,11 @@ class AURA_EXPORT GestureSequence { |
GesturePoint& GesturePointForEvent(const TouchEvent& event); |
- // Functions to be called to add GestureEvents, after succesful recognition. |
+ // Do a linear scan through points_ to find the GesturePoint |
+ // with id |point_id|. |
+ GesturePoint* GetPointByPointId(int point_id); |
+ |
+ // Functions to be called to add GestureEvents, after successful recognition. |
// Tap gestures. |
void AppendTapDownGestureEvent(const GesturePoint& point, Gestures* gestures); |