| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index 574264702fea62b65e7897d800c674f362407292..e490737eb8b631f177e7608b93d2c9220e2230b9 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -76,6 +76,9 @@ class WebWidget {
|
| virtual void didEnterFullscreen() {}
|
| virtual void didExitFullscreen() {}
|
|
|
| + // TODO(crbug.com/704763): Remove the need for this.
|
| + virtual void setSuppressFrameRequestsWorkaroundFor704763Only(bool) {}
|
| +
|
| // Called to update imperative animation state. This should be called before
|
| // paint, although the client can rate-limit these calls.
|
| // |lastFrameTimeMonotonic| is in seconds.
|
|
|