| Index: ui/events/gestures/gesture_types.h
|
| diff --git a/ui/events/gestures/gesture_types.h b/ui/events/gestures/gesture_types.h
|
| index a4af2eb229f6e351dce8bb1b182779fa9f9d5db1..e66bbd3968275fac11823eb6624b4d8ea56ffb68 100644
|
| --- a/ui/events/gestures/gesture_types.h
|
| +++ b/ui/events/gestures/gesture_types.h
|
| @@ -203,6 +203,7 @@ class EVENTS_EXPORT GestureConsumer {
|
|
|
| // GestureEventHelper creates implementation-specific gesture events and
|
| // can dispatch them.
|
| +// TODO - check if this is necessary.
|
| class EVENTS_EXPORT GestureEventHelper {
|
| public:
|
| virtual ~GestureEventHelper() {
|
| @@ -210,7 +211,6 @@ class EVENTS_EXPORT GestureEventHelper {
|
|
|
| // Returns true if this helper can dispatch events to |consumer|.
|
| virtual bool CanDispatchToConsumer(GestureConsumer* consumer) = 0;
|
| - virtual void DispatchPostponedGestureEvent(GestureEvent* event) = 0;
|
| virtual void DispatchCancelTouchEvent(TouchEvent* event) = 0;
|
| };
|
|
|
|
|