Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index 4ebea9b1c84658c8621650dd9749c58aae762594..2ab635fc54c82732095d0ba2f2972604f161ffb6 100644 |
--- a/Source/web/ChromeClientImpl.h |
+++ b/Source/web/ChromeClientImpl.h |
@@ -112,7 +112,7 @@ public: |
virtual void invalidateRect(const IntRect&) override; |
virtual void scheduleAnimation() override; |
virtual void scheduleAnimationForFrame(LocalFrame* localRoot) override; |
- virtual IntRect rootViewToScreen(const IntRect&) const override; |
+ virtual IntRect viewportToScreen(const IntRect&) const override; |
virtual WebScreenInfo screenInfo() const override; |
virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const override; |
virtual void pageScaleFactorChanged() const override; |
@@ -153,7 +153,7 @@ public: |
virtual bool hasOpenedPopup() const override; |
virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) override; |
- PagePopup* openPagePopup(PagePopupClient*, const IntRect&); |
+ PagePopup* openPagePopup(PagePopupClient*); |
void closePagePopup(PagePopup*); |
virtual DOMWindow* pagePopupWindowForTesting() const override; |