| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 17fa771527aba14e7a0b362c2c18334be4f23b2c..83d8639f7065ca511790a819f1ffbc47a60b65a7 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -276,6 +276,9 @@ public:
|
|
|
| virtual PassOwnPtr<WebFrameScheduler> createFrameScheduler(BlameContext*) = 0;
|
|
|
| + // Returns the time of the beginning of the last beginFrame, in seconds, if any, and 0.0 otherwise.
|
| + virtual double lastFrameTimeMonotonic() const { return 0.0; }
|
| +
|
| protected:
|
| ~ChromeClient() override { }
|
|
|
|
|