| 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 70fe5da7117e125267c09fd82d95346a627d9ef9..cb511ffbcbac62558ee1ff210318900c34d4a712 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| @@ -92,6 +92,7 @@ class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilter {
|
| // Bookkeeping for inserting synthetic Gesture{Tap,Fling}Cancel events
|
| // when necessary, e.g., GestureTapCancel when scrolling begins, or
|
| // GestureFlingCancel when a user taps following a GestureFlingStart.
|
| + int ending_event_motion_event_id_;
|
| bool needs_tap_ending_event_;
|
| bool needs_fling_ending_event_;
|
| bool needs_scroll_ending_event_;
|
|
|