| 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 fcb92d495d4bca53df5016a50209ccfe95328076..a72390c473c3125d5dfa964f923a3c238238893b 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| @@ -21,7 +21,7 @@
|
| const GestureEventDataPacket& packet) {
|
| // As the event is purely synthetic, we needn't be strict with event flags.
|
| int flags = EF_NONE;
|
| - return GestureEventData(GestureEventDetails(type),
|
| + return GestureEventData(GestureEventDetails(type, 0, 0),
|
| motion_event_id,
|
| primary_tool_type,
|
| packet.timestamp(),
|
|
|