| Index: third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
|
| index 61d755147ac75112c43002f443ca85496ab780e5..152f08dd5ae44179bcee4efd844f2d5f01f9c62b 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
|
| @@ -63,7 +63,7 @@ void IntersectionObservation::clipToRoot(LayoutRect& rect)
|
|
|
| void IntersectionObservation::clipToFrameView(IntersectionGeometry& geometry)
|
| {
|
| - Node* rootNode = m_observer->root();
|
| + Node* rootNode = m_observer->rootNode();
|
| LayoutObject* rootLayoutObject = m_observer->rootLayoutObject();
|
| if (rootLayoutObject->isLayoutView()) {
|
| geometry.rootRect = LayoutRect(toLayoutView(rootLayoutObject)->frameView()->visibleContentRect());
|
|
|