| 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 fc493015c226ab84ec6691a20a9e82cbc5a6943c..7a5bd855b3c07b6052ce4635b82e688b5c4f54d2 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| @@ -93,6 +93,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.
|
| + gfx::PointF ending_event_location_;
|
| int ending_event_motion_event_id_;
|
| bool needs_tap_ending_event_;
|
| bool needs_show_press_event_;
|
|
|