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

Unified Diff: Source/web/WebElement.cpp

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/WebElement.cpp
diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp
index b5ca6ffe51cacadf1ea9c1e65109b1eb6f2f4428..4fcc92515c194a61ec940dfc1c9806b63b2c7c8e 100644
--- a/Source/web/WebElement.cpp
+++ b/Source/web/WebElement.cpp
@@ -146,7 +146,7 @@ void WebElement::requestFullScreen()
WebRect WebElement::boundsInViewportSpace()
{
- return unwrap<Element>()->boundsInRootViewSpace();
+ return unwrap<Element>()->boundsInViewportSpace();
}
WebImage WebElement::imageContents()

Powered by Google App Engine
This is Rietveld 408576698