| 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 067dba5257faec88e2bf47741c233d00529fe4fe..6003f565b578ae73541546a0c3a6a3dbb96dc909 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -43,13 +43,11 @@ public:
|
| const Length& rightMargin() const { return m_rightMargin; }
|
| const Length& bottomMargin() const { return m_bottomMargin; }
|
| const Length& leftMargin() const { return m_leftMargin; }
|
| - bool isDescendantOfRoot(const Element*) const;
|
| void computeIntersectionObservations();
|
| void enqueueIntersectionObserverEntry(IntersectionObserverEntry&);
|
| void applyRootMargin(LayoutRect&) const;
|
| unsigned firstThresholdGreaterThan(float ratio) const;
|
| void deliver();
|
| - void setActive(bool);
|
| void disconnect();
|
| void removeObservation(IntersectionObservation&);
|
| bool hasEntries() const { return m_entries.size(); }
|
|
|