Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2498)

Unified Diff: Source/web/ChromeClientImpl.h

Issue 919423002: Audited and renamed uses of methods and variables named RootView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698