Index: webkit/tools/test_shell/event_sending_controller.cc |
diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc |
index 9e25b7bd5eaa190a88a3ed92a35092aedeb51754..d16f6c6dad3a5179da5a21cc7aec6948d04f5d4b 100644 |
--- a/webkit/tools/test_shell/event_sending_controller.cc |
+++ b/webkit/tools/test_shell/event_sending_controller.cc |
@@ -926,6 +926,7 @@ void EventSendingController::SendCurrentTouchEvent( |
WebTouchEvent touch_event; |
touch_event.type = type; |
touch_event.modifiers = touch_modifiers; |
+ touch_event.timeStampSeconds = GetCurrentEventTimeSec(); |
touch_event.touchPointsLength = touch_points.size(); |
for (unsigned int i = 0; i < touch_points.size(); ++i) { |
touch_event.touchPoints[i] = touch_points[i]; |