| 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 14d72684ba79d79c661f29ddacd0983db5399268..6c032663ca6b8d6b87aa9b06fc0d4264f7d72cf2 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
|
| @@ -10,6 +10,7 @@
|
| ] interface IntersectionObserverEntry {
|
| readonly attribute ClientRect boundingClientRect;
|
| readonly attribute ClientRect intersectionRect;
|
| + readonly attribute double intersectionRatio;
|
| readonly attribute ClientRect? rootBounds;
|
| readonly attribute Element target;
|
| readonly attribute DOMHighResTimeStamp time;
|
|
|