| 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 0f66723b1eaaf39b75e6a3b52a2fe92eeb39f852..259dfe6f5b7e15b26a809f20081e0d76df0068d9 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| @@ -23,6 +23,8 @@ public:
|
| LayoutRect intersectionRect;
|
| LayoutRect rootRect;
|
| bool doesIntersect;
|
| +
|
| + IntersectionGeometry() : doesIntersect(false) {}
|
| };
|
|
|
| IntersectionObserver& observer() const { return *m_observer; }
|
|
|