| 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 f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..354e52ec2f5bf9b76ef714bbf65e474a55166a01 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;
|
|
|