| Index: Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp b/Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp
|
| index 8f1cf68e5c4ce64f536428e4ed46dc6c5a7225d7..fc2271524b468c522b04a401320f69df781f70ab 100644
|
| --- a/Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp
|
| @@ -112,7 +112,7 @@ void WebCompositorInputHandlerImpl::handleInputEvent(const WebInputEvent& event)
|
| break;
|
| }
|
| if (event.modifiers & WebInputEvent::IsLastInputEventForCurrentVSync)
|
| - m_inputHandlerClient->didReceiveLastInputEventForVSync();
|
| + m_inputHandlerClient->didReceiveLastInputEventForVSync(event.timeStampSeconds);
|
| }
|
|
|
| WebCompositorInputHandlerImpl::EventDisposition WebCompositorInputHandlerImpl::handleInputEventInternal(const WebInputEvent& event)
|
|
|