Index: ui/aura/gestures/gesture_sequence.h |
diff --git a/ui/aura/gestures/gesture_sequence.h b/ui/aura/gestures/gesture_sequence.h |
index fec3372ccc165bb5c61ecf522b2957966801df4b..9a4c33d66f69b12b4c807dce6785b12c42ad683c 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); |