| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 74a6172d7231842e6eea85fb70d1aa6d37917269..f3266174010798acc45cd44a5d3bdc6c5fd9768a 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -531,6 +531,8 @@ public:
|
|
|
| double lastFrameTimeMonotonic() const { return m_lastFrameTimeMonotonic; }
|
|
|
| + ChromeClientImpl& chromeClient() const { return *m_chromeClientImpl.get(); }
|
| +
|
| private:
|
| InspectorOverlay* inspectorOverlay();
|
|
|
|
|