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