Chromium Code Reviews| 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 2fbe9321c3fee26b32e4b94913affab1d4d814c2..b8c7f2da9f2f9cb3e58d964ab8752c88638b6005 100644 |
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h |
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h |
| @@ -281,6 +281,8 @@ public: |
| // 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; } |
| + virtual void willEnterDebugLoop() const {} |
|
dgozman
2016/05/26 00:08:56
Should not go through this interface, call it on C
kozy
2016/05/26 00:31:14
Done.
|
| + |
| protected: |
| ~ChromeClient() override { } |