| 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 8b3609c36186e08b56d4d3d9ca21abdd78b844bd..fc8284e1fb3495c1fa512288f570624e97167008 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -77,6 +77,7 @@ public:
|
|
|
| // Called to update imperative animation state. This should be called before
|
| // paint, although the client can rate-limit these calls.
|
| + // |lastFrameTimeMonotonic| is in seconds.
|
| virtual void beginFrame(double lastFrameTimeMonotonic) { }
|
|
|
| // Called to run through the entire set of document lifecycle phases needed
|
|
|