summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
index 7b662eba0c9..3cbcc5a2d99 100644
--- a/chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
+++ b/chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
@@ -57,6 +57,11 @@ void WebViewFrameWidget::didExitFullscreen() {
return m_webView->didExitFullscreen();
}
+void WebViewFrameWidget::setSuppressFrameRequestsWorkaroundFor704763Only(
+ bool suppressFrameRequests) {
+ return m_webView->setSuppressFrameRequestsWorkaroundFor704763Only(
+ suppressFrameRequests);
+}
void WebViewFrameWidget::beginFrame(double lastFrameTimeMonotonic) {
return m_webView->beginFrame(lastFrameTimeMonotonic);
}