| 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 034031f119ad059f74bfb9f1928cb7dbcab7d0af..8c20604edf1a3974c5ccf4f33ebb67b8583fd2f7 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| @@ -11,9 +11,9 @@
|
| // TODO(szager): |rootBounds| should not be nullable and it,
|
| // |boundingClientRect| and |intersectionRect| should all be
|
| // DOMRectReadOnly.
|
| - readonly attribute ClientRect? rootBounds;
|
| - readonly attribute ClientRect boundingClientRect;
|
| - readonly attribute ClientRect intersectionRect;
|
| + readonly attribute DOMRect? rootBounds;
|
| + readonly attribute DOMRect boundingClientRect;
|
| + readonly attribute DOMRect intersectionRect;
|
| readonly attribute boolean isIntersecting;
|
| readonly attribute double intersectionRatio;
|
| readonly attribute Element target;
|
|
|