| 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 1511a2a4692f30115cb919e2926ffec36c2b95c1..d6138d3adba71022d1e05f020ed016b5612c4f39 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(ClientRect::create(rootBounds))
|
|
|