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

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: Nits, comments, 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 8bde0c93bfd39153b569fbc391a03dca36114cb8..e75ede9f1c503550bfd6156a045a731649512be9 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
@@ -28,7 +28,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