| Index: ui/events/gestures/gesture_provider_aura.h
|
| diff --git a/ui/events/gestures/gesture_provider_aura.h b/ui/events/gestures/gesture_provider_aura.h
|
| index daf853de25d45e4788a88510b0cdfd55c5261e7c..5352028b8a35516d7efc2cb1be5af7c13c135c1b 100644
|
| --- a/ui/events/gestures/gesture_provider_aura.h
|
| +++ b/ui/events/gestures/gesture_provider_aura.h
|
| @@ -31,6 +31,9 @@ class EVENTS_EXPORT GestureProviderAura : public GestureProviderClient {
|
|
|
| bool OnTouchEvent(const TouchEvent& event);
|
| void OnTouchEventAck(bool event_consumed);
|
| + // Call if the most recent event passed to |OnTouchEvent| was
|
| + // invalid, to indicate that this event should be ignored.
|
| + void IgnoreLastTouchEvent();
|
| const MotionEventAura& pointer_state() { return pointer_state_; }
|
| ScopedVector<GestureEvent>* GetAndResetPendingGestures();
|
|
|
|
|