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

Unified Diff: Source/core/dom/Document.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/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 77af681885b1f70c236bc486fe9e733a5ce68ab0..dd950ee67d2b5c5d25590c5d827037e7eebc3073 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -5547,7 +5547,7 @@ void Document::getTransitionElementData(Vector<TransitionElementData>& elementDa
transitionElement.id = element->getIdAttribute().string();
else
transitionElement.id = "";
- transitionElement.rect = element->boundsInRootViewSpace();
+ transitionElement.rect = element->boundsInViewportSpace();
newElements.elements.append(transitionElement);
}

Powered by Google App Engine
This is Rietveld 408576698