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 cfe02da4db39d57952e744a7b1c9ea798591c7c6..50d08ee2ca62834923124f981b2931fa68cf72fd 100644 |
--- a/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc |
+++ b/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc |
@@ -218,7 +218,7 @@ class TouchDispositionGestureFilterTest |
float y, |
float diameter) { |
return GestureEventData( |
- GestureEventDetails(type, 0, 0), |
+ GestureEventDetails(type), |
0, |
MotionEvent::TOOL_TYPE_FINGER, |
base::TimeTicks(), |