| Index: third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp
|
| index a3d358b03ec9196530d3394f1c6c944ee88d0884..63588680ace2be270e24a6a25775bf4aa66d1d0f 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp
|
| @@ -8,7 +8,7 @@
|
|
|
| namespace blink {
|
|
|
| -IntersectionObserverEntry::IntersectionObserverEntry(double time, const IntRect& boundingClientRect, const IntRect* rootBounds, const IntRect& intersectionRect, Element* target)
|
| +IntersectionObserverEntry::IntersectionObserverEntry(DOMHighResTimeStamp time, const IntRect& boundingClientRect, const IntRect* rootBounds, const IntRect& intersectionRect, Element* target)
|
| : m_time(time)
|
| , m_boundingClientRect(ClientRect::create(boundingClientRect))
|
| , m_rootBounds(rootBounds ? ClientRect::create(*rootBounds) : nullptr)
|
|
|