summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-05-05 15:22:25 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-05-05 15:22:44 +0200
commit4f62685dfa09d64a8fcd2de9ed0adb7fe5747b78 (patch)
tree9dc9c3ba8ab461f7ee3d444222246be5ed55ae3f /chromium/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
parent19de26b7efd6b993f2af26cf435f04c716d3f5bc (diff)
parentbb09965444b5bb20b096a291445170876225268d (diff)
downloadqtwebengine-chromium-4f62685dfa09d64a8fcd2de9ed0adb7fe5747b78.tar.gz
Merge branch 'upstream-master' into 58-based
Change-Id: I8c280ca9068fdda9cf6276725bfb8608eccb497a
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);
}