| 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 e8e803085618f7114f6a5e09ca261f70ef950e75..e1471030d641808fed3a451df52f92dcdb868776 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
|
| @@ -75,7 +75,7 @@ void IntersectionObservation::computeIntersectionObservations(
|
| m_shouldReportRootBounds ? &snappedRootBounds : nullptr;
|
| IntersectionObserverEntry* newEntry = new IntersectionObserverEntry(
|
| timestamp, newVisibleRatio, geometry.targetIntRect(), rootBoundsPointer,
|
| - geometry.intersectionIntRect(), target());
|
| + geometry.intersectionIntRect(), geometry.doesIntersect(), target());
|
| observer()->enqueueIntersectionObserverEntry(*newEntry);
|
| setLastThresholdIndex(newThresholdIndex);
|
| }
|
|
|