| 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 dddbf860eedc25b328fdde5aa927bb1f9d6b6c76..969230649ba8ac8fa3ab264048bf6388c49f0b2d 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -130,6 +130,7 @@ class WEB_EXPORT WebViewImpl final
|
| void didEnterFullscreen() override;
|
| void didExitFullscreen() override;
|
|
|
| + void setSuppressFrameRequestsWorkaroundFor704763Only(bool) override;
|
| void beginFrame(double lastFrameTimeMonotonic) override;
|
|
|
| void updateAllLifecyclePhases() override;
|
|
|