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

Unified Diff: Source/core/dom/Element.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/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 3a79335f875c4b1ca9768b3ffedc51ff87e52c34..7be450299fd9715e07f32cbcdaaa58a11be944fc 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -194,7 +194,7 @@ public:
void scroll(double x, double y) { scrollTo(x, y); }
void scroll(const ScrollToOptions& scrollToOptions) { scrollTo(scrollToOptions); }
- IntRect boundsInRootViewSpace();
+ IntRect boundsInViewportSpace();
PassRefPtrWillBeRawPtr<ClientRectList> getClientRects();
PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect();

Powered by Google App Engine
This is Rietveld 408576698