Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / platform_window / win / win_window.cc
index ae1e3ea..b6a0b03 100644 (file)
@@ -107,7 +107,7 @@ void WinWindow::SetCursor(PlatformCursor cursor) {}
 void WinWindow::MoveCursorTo(const gfx::Point& location) {}
 
 LRESULT WinWindow::OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param) {
-  MSG msg = { hwnd(), message, w_param, l_param, 0,
+  MSG msg = { hwnd(), message, w_param, l_param, GetMessageTime(),
               { CR_GET_X_LPARAM(l_param), CR_GET_Y_LPARAM(l_param) } };
   MouseEvent event(msg);
   if (IsMouseEventFromTouch(message))