| Index: ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter.h b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| index 5895a6b5e2b0297d9190447d5aef48a3b2f7a557..a0745f325512357ca813aa171aa7bc026162bb4b 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| @@ -45,6 +45,8 @@ class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilter {
|
| // To be called upon receipt of *all* touch event acks.
|
| void OnTouchEventAck(bool event_consumed);
|
|
|
| + void IgnoreLastTouchEvent();
|
| +
|
| // Whether there are any active gesture sequences still queued in the filter.
|
| bool IsEmpty() const;
|
|
|
|
|