| 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 ae612c4f76b9d19e34ed9a5c3809b78e7f0578e6..5311ed95c5461459a0448218d6f7d2deb67ac656 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -188,6 +188,8 @@ public:
|
|
|
| double lastFrameTimeMonotonic() const override;
|
|
|
| + void notifyPopupOpeningObservers() const;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewImpl*);
|
|
|
| @@ -195,7 +197,6 @@ private:
|
| void registerPopupOpeningObserver(PopupOpeningObserver*) override;
|
| void unregisterPopupOpeningObserver(PopupOpeningObserver*) override;
|
|
|
| - void notifyPopupOpeningObservers() const;
|
| void setCursor(const WebCursorInfo&, LocalFrame* localRoot);
|
|
|
| WebViewImpl* m_webView; // Weak pointer.
|
|
|