Chromium Code Reviews| Index: ui/base/gestures/gesture_sequence.h |
| diff --git a/ui/base/gestures/gesture_sequence.h b/ui/base/gestures/gesture_sequence.h |
| index 91281396ef6a80d51100f1ce07498886b946a9ae..bf39165fa0fb14ca0b7dbca6bf90119e3fc1f604 100644 |
| --- a/ui/base/gestures/gesture_sequence.h |
| +++ b/ui/base/gestures/gesture_sequence.h |
| @@ -90,7 +90,8 @@ class UI_EXPORT GestureSequence { |
| void AppendTapDownGestureEvent(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 AppendClickGestureEvent(const GesturePoint& point, int tap_count, |
| + Gestures* gestures); |
|
sadrul
2012/08/03 01:50:33
each param should be in its own line
Rick Byers
2012/08/03 14:51:54
Done.
|
| void AppendDoubleClickGestureEvent(const GesturePoint& point, |
| Gestures* gestures); |
| void AppendLongPressGestureEvent(); |