| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index c8791fe7cc4fdaed373aac3bd92bfe63941fdca3..dbb513513e85425ace3406a1d4b203faca88907e 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -232,6 +232,11 @@ void WebFrameWidgetImpl::didExitFullscreen() {
|
| view()->didExitFullscreen();
|
| }
|
|
|
| +void WebFrameWidgetImpl::setSuppressFrameRequestsWorkaroundFor704763Only(
|
| + bool suppressFrameRequests) {
|
| + page()->animator().setSuppressFrameRequestsWorkaroundFor704763Only(
|
| + suppressFrameRequests);
|
| +}
|
| void WebFrameWidgetImpl::beginFrame(double lastFrameTimeMonotonic) {
|
| TRACE_EVENT1("blink", "WebFrameWidgetImpl::beginFrame", "frameTime",
|
| lastFrameTimeMonotonic);
|
|
|