diff options
-rw-r--r-- | webkit/tools/test_shell/event_sending_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc index 9e25b7b..d16f6c6 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]; |