| 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 f2ec44ba39007f11082721c502c30606c9df06ba..69efd65ed0ea6620d5af1fd56014692f8b7fcd42 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -277,6 +277,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 { }
|
|
|
|
|