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

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: 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 | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 5163357b3c2788aaadc7ff317176b24e26b6ef3e..6ba30929b42c5e843f0c7c66d727555559bd7d83 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -5519,7 +5519,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);
}
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698