diff options
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebViewImpl.cpp')
-rw-r--r-- | chromium/third_party/WebKit/Source/web/WebViewImpl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp b/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp index 365a716b55f..5b5fef6fd89 100644 --- a/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp +++ b/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp @@ -1949,6 +1949,11 @@ void WebViewImpl::didUpdateFullscreenSize() { m_fullscreenController->updateSize(); } +void WebViewImpl::setSuppressFrameRequestsWorkaroundFor704763Only( + bool suppressFrameRequests) { + m_page->animator().setSuppressFrameRequestsWorkaroundFor704763Only( + suppressFrameRequests); +} void WebViewImpl::beginFrame(double lastFrameTimeMonotonic) { TRACE_EVENT1("blink", "WebViewImpl::beginFrame", "frameTime", lastFrameTimeMonotonic); |