| 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 0fba421e9a371fd24f06733cd6be03ae74122762..50ca56f51c01e7fffe126a2fb4e093d1f209bef7 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.
|
|
|