| Index: third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| index 5cfe2843268aeade4706dfebfaf13a2f39f561a9..034031f119ad059f74bfb9f1928cb7dbcab7d0af 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| @@ -14,6 +14,7 @@
|
| readonly attribute ClientRect? rootBounds;
|
| readonly attribute ClientRect boundingClientRect;
|
| readonly attribute ClientRect intersectionRect;
|
| + readonly attribute boolean isIntersecting;
|
| readonly attribute double intersectionRatio;
|
| readonly attribute Element target;
|
| };
|
|
|