| Index: ui/base/gestures/gesture_sequence.h
|
| diff --git a/ui/base/gestures/gesture_sequence.h b/ui/base/gestures/gesture_sequence.h
|
| index e6988e5f51fa9f5966b7d950f0a53904ca5f75c5..0581f1ea9b6ea42f39a7dbb5df2d7a9f23ef7dc7 100644
|
| --- a/ui/base/gestures/gesture_sequence.h
|
| +++ b/ui/base/gestures/gesture_sequence.h
|
| @@ -86,6 +86,8 @@ class UI_EXPORT GestureSequence {
|
|
|
| // Tap gestures.
|
| void AppendTapDownGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| + void PrependTapCancelGestureEvent(const GesturePoint& point,
|
| + Gestures* gestures);
|
| void AppendBeginGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| void AppendEndGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| void AppendClickGestureEvent(const GesturePoint& point,
|
|
|