Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserver.h

Issue 1825443002: IntersectionObserver: omit thresholds attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix global-interface-listing expectations. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c027b3cff9c7422bdc70fc7fe8389f6b475d7b96..8b1efffb4a9e078eaaa62b443aa67d4a4af7153d 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
@@ -35,7 +35,6 @@ public:
HeapVector<Member<IntersectionObserverEntry>> takeRecords();
Element* root() const;
String rootMargin() const;
- const Vector<float>& thresholds() const { return m_thresholds; }
Node* rootNode() const { return m_root.get(); }
LayoutObject* rootLayoutObject() const;

Powered by Google App Engine
This is Rietveld 408576698