| Index: ui/base/gestures/gesture_sequence.h
|
| diff --git a/ui/base/gestures/gesture_sequence.h b/ui/base/gestures/gesture_sequence.h
|
| index b976bb38cc292c85c88f5650f844e929a007c663..07d8cc44a8654bfe7fd50b169b8d6ed6f60a089c 100644
|
| --- a/ui/base/gestures/gesture_sequence.h
|
| +++ b/ui/base/gestures/gesture_sequence.h
|
| @@ -78,7 +78,8 @@ class UI_EXPORT GestureSequence {
|
|
|
| // Tap gestures.
|
| void AppendTapDownGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| - void AppendTapUpGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| + void AppendBeginGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| + void AppendEndGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| void AppendClickGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| void AppendDoubleClickGestureEvent(const GesturePoint& point,
|
| Gestures* gestures);
|
|
|