| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index ee8370585b465be36c7bd37a4f6c6d792ac4700d..5079806ad55ea39392ec2c9dc7f774deaedf07e9 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -1818,7 +1818,8 @@ 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) {
|
|
|