| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 3f7cb67c412777a446cbeb1b3cee670a22bb04ec..6b134ffa72d987f68e2de8abc51eade4b2e38c91 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -184,6 +184,8 @@ public:
|
|
|
| PassOwnPtr<WebFrameScheduler> createFrameScheduler(BlameContext*) override;
|
|
|
| + double lastFrameTimeMonotonic() const override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewImpl*);
|
|
|
|
|