Index: ash/drag_drop/drag_drop_controller_unittest.cc |
diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc |
index 252b5670ab049682c3abdd8ce104201d1a7bc2a7..48ff847d1cbc6c1c5340ace1784120fe845b8874 100644 |
--- a/ash/drag_drop/drag_drop_controller_unittest.cc |
+++ b/ash/drag_drop/drag_drop_controller_unittest.cc |
@@ -273,7 +273,7 @@ |
} |
void DispatchGesture(ui::EventType gesture_type, gfx::Point location) { |
- ui::GestureEventDetails event_details(gesture_type); |
+ ui::GestureEventDetails event_details(gesture_type, 0, 0); |
event_details.set_oldest_touch_id(1); |
ui::GestureEvent gesture_event( |
location.x(), location.y(), 0, ui::EventTimeForNow(), event_details); |