| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| index c0a419c8e89e2fc35d2be144a4df5fd8e7617c27..568eb42c07d32141309d99e4b6e24621506a7a23 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| @@ -16,4 +16,7 @@ callback IntersectionObserverCallback = void (sequence<IntersectionObserverEntry
|
| [RaisesException] void unobserve(Element target);
|
| void disconnect();
|
| sequence<IntersectionObserverEntry> takeRecords();
|
| + readonly attribute Element? root;
|
| + readonly attribute DOMString rootMargin;
|
| + readonly attribute double[] thresholds;
|
| };
|
|
|