| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index d0526613cc9a424cefd49cba083fbdf51d5c76b4..38a0553d0af224ed7fd473dcc023b28adf606ec6 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -1820,7 +1820,7 @@ void WebViewImpl::beginFrame(const WebBeginFrameArgs& frameTime)
|
| if (!validFrameTime.lastFrameTimeMonotonic)
|
| validFrameTime.lastFrameTimeMonotonic = monotonicallyIncreasingTime();
|
|
|
| - Scheduler::shared()->willBeginFrame(validFrameTime);
|
| + Scheduler::shared()->willBeginFrame(validFrameTime.lastFrameTimeMonotonic + validFrameTime.interval);
|
|
|
| // Create synthetic wheel events as necessary for fling.
|
| if (m_gestureAnimation) {
|
|
|