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

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

Issue 1548523002: Use Document, rather than document element, for implicit root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@intersection-observer
Patch Set: rebaseline Created 4 years, 11 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/IntersectionObserverController.h
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
index fe4bb867083354e71b07927c6b454e5d54830c2c..a481237ed15c40dccdeee9ecd16fa2436c7c90dd 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
@@ -22,7 +22,7 @@ public:
void deliverIntersectionObservations(Timer<IntersectionObserverController>*);
void computeTrackedIntersectionObservations();
void addTrackedObserver(IntersectionObserver&);
- void removeTrackedObserversForRoot(const Element&);
+ void removeTrackedObserversForRoot(const Node&);
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698