| 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);
|
| }
|
|
|
|
|