| 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 819a9a814f2b72eae4fd0de243f31bdbed2819df..07bc8ec326111e959d1f7bfdaf94597daabd2607 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -187,6 +187,8 @@ public:
|
|
|
| double lastFrameTimeMonotonic() const override;
|
|
|
| + void willEnterDebugLoop() const override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewImpl*);
|
|
|
|
|