Index: third_party/WebKit/Source/web/WebPagePopupImpl.h |
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h |
index 87f88dbfaa6700ade03dc601a70ba2eeae37f2fe..65f035ad460761e06fb564701af1fbe9eda04aeb 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.h |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h |
@@ -77,6 +77,7 @@ private: |
void updateAllLifecyclePhases() override; |
void willCloseLayerTreeView() override; |
void paint(WebCanvas*, const WebRect&) override; |
+ void resize(const WebSize&, float topControlsHeight, bool topControlsShrinkLayoutSize) override; |
void resize(const WebSize&) override; |
void close() override; |
WebInputEventResult handleInputEvent(const WebInputEvent&) override; |