Index: third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.h |
diff --git a/third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.h b/third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.h |
index 80faa6105470dd58ed8478bc45d6f61945e3811b..71d8516a16f186f5649bcc4e9a6b59b91af0acea 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.h |
+++ b/third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.h |
@@ -19,8 +19,6 @@ public: |
NodeIntersectionObserverData(); |
~NodeIntersectionObserverData(); |
- bool hasIntersectionObserver() const; |
- bool hasIntersectionObservation() const; |
IntersectionObservation* getObservationFor(IntersectionObserver&); |
void addObservation(IntersectionObservation&); |
void removeObservation(IntersectionObserver&); |