| Index: ui/base/gestures/gesture_sequence.h
|
| ===================================================================
|
| --- ui/base/gestures/gesture_sequence.h (revision 140971)
|
| +++ ui/base/gestures/gesture_sequence.h (working copy)
|
| @@ -78,8 +78,7 @@
|
|
|
| // Tap gestures.
|
| void AppendTapDownGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| - void AppendBeginGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| - void AppendEndGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| + void AppendTapUpGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| void AppendClickGestureEvent(const GesturePoint& point, Gestures* gestures);
|
| void AppendDoubleClickGestureEvent(const GesturePoint& point,
|
| Gestures* gestures);
|
|
|