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

Unified Diff: Source/core/loader/EmptyClients.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: Rebase again 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
« no previous file with comments | « Source/core/inspector/InspectorTraceEvents.cpp ('k') | Source/core/page/Chrome.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 3dce7deeae2480c197b2d95b7a3b44ac20c787c2..5721b0df9d1bab6e1284c18149f85bd6fcbecce3 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -127,7 +127,7 @@ public:
virtual void invalidateRect(const IntRect&) override { }
virtual void scheduleAnimation() override { }
- virtual IntRect rootViewToScreen(const IntRect& r) const override { return r; }
+ virtual IntRect viewportToScreen(const IntRect& r) const override { return r; }
virtual blink::WebScreenInfo screenInfo() const override { return blink::WebScreenInfo(); }
virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const override { }
« no previous file with comments | « Source/core/inspector/InspectorTraceEvents.cpp ('k') | Source/core/page/Chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698