| 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 7e99c94ae4a40e532bff54806d88f59f37d9e614..2e37efb976b084e0e04558ecf6338b6ba3ee96c2 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 @@
|
| float y,
|
| float diameter) {
|
| return GestureEventData(
|
| - GestureEventDetails(type),
|
| + GestureEventDetails(type, 0, 0),
|
| 0,
|
| MotionEvent::TOOL_TYPE_FINGER,
|
| base::TimeTicks(),
|
|
|