| Index: ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc b/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| index f59ce8fdb446f2a8d8a0869844452cd4e2ab0f7c..8847c8ff01e31aefb4112d1b6d1b8eabb3c19371 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| @@ -202,6 +202,7 @@ class TouchDispositionGestureFilterTest
|
| GestureEventData CreateGesture(EventType type) {
|
| return GestureEventData(GestureEventDetails(type, 0, 0),
|
| 0,
|
| + MotionEvent::TOOL_TYPE_FINGER,
|
| base::TimeTicks(),
|
| touch_event_.GetX(0),
|
| touch_event_.GetY(0),
|
|
|