| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.h b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| index d3e61cd97644ebe1699f86c580266681ddbeb988..ae8eccaed290c150e54a51c6fd8f0e2a381737ac 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -41,7 +41,7 @@ public:
|
| const Length& bottomMargin() const { return m_bottomMargin; }
|
| const Length& leftMargin() const { return m_leftMargin; }
|
| bool isDescendantOfRoot(const Element*) const;
|
| - void computeIntersectionObservations(double timestamp);
|
| + void computeIntersectionObservations();
|
| void enqueueIntersectionObserverEntry(IntersectionObserverEntry&);
|
| void applyRootMargin(LayoutRect&) const;
|
| unsigned firstThresholdGreaterThan(float ratio) const;
|
|
|