| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 423979ccaf185dd5f323b03bd6a77a6b8a645a1e..7068d278b4a89014c5906435c8c9b8530fe9161b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -129,6 +129,7 @@ class WEB_EXPORT WebViewImpl final
|
| void didEnterFullscreen() override;
|
| void didExitFullscreen() override;
|
|
|
| + void setSuppressFrameRequestsWorkaroundFor704763Only(bool) override;
|
| void beginFrame(double lastFrameTimeMonotonic) override;
|
|
|
| void updateAllLifecyclePhases() override;
|
|
|