| 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 6e57bdb52353aa1f628f0dc3478db6fb5596dbe7..290afaaf6a8d3eed60e4226b51823c8833371f19 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
| @@ -95,6 +95,7 @@ class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilter {
|
| // when necessary, e.g., GestureTapCancel when scrolling begins, or
|
| // GestureFlingCancel when a user taps following a GestureFlingStart.
|
| int ending_event_motion_event_id_;
|
| + MotionEvent::ToolType ending_event_primary_tool_type_;
|
| bool needs_tap_ending_event_;
|
| bool needs_show_press_event_;
|
| bool needs_fling_ending_event_;
|
|
|