| Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| index 71cce9df82b939635019e9d97ab2ef408c68721b..5d6b92fc513e9f6e044940798e2ce4012701bfa9 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| +++ b/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);
|
| }
|
|
|