Index: ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
index 323c7aafd04d98327c58b1fb4d63d5112a9163bb..f6ca8e9d0056bce39dde39c778d657be0219ca9d 100644 |
--- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
+++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
@@ -19,7 +19,7 @@ GestureEventData CreateGesture(EventType type, |
int motion_event_id, |
MotionEvent::ToolType primary_tool_type, |
const GestureEventDataPacket& packet) { |
- return GestureEventData(GestureEventDetails(type, 0, 0), |
+ return GestureEventData(GestureEventDetails(type), |
motion_event_id, |
primary_tool_type, |
packet.timestamp(), |