diff options
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebViewImpl.h')
-rw-r--r-- | chromium/third_party/WebKit/Source/web/WebViewImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebViewImpl.h b/chromium/third_party/WebKit/Source/web/WebViewImpl.h index f94b6956b3e..354e52ec2f5 100644 --- a/chromium/third_party/WebKit/Source/web/WebViewImpl.h +++ b/chromium/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; |