| Index: third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObservation.h b/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| index cd87187c0a122f10d54e3965ed67354daa40e01e..048e2b323f02ccd8958696b6f8d84fedc20ca5ec 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| @@ -58,6 +58,7 @@ class IntersectionObservation final
|
|
|
| unsigned m_shouldReportRootBounds : 1;
|
| unsigned m_lastThresholdIndex : 30;
|
| + float m_lastVisibleRatio = std::numeric_limits<float>::min();
|
| };
|
|
|
| } // namespace blink
|
|
|