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

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

Issue 1750453002: Reduce ActiveDOMObjects from core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 e75ede9f1c503550bfd6156a045a731649512be9..554f574b2beceb4717c5d85d37a2aa97746b1833 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
@@ -5,6 +5,7 @@
#ifndef IntersectionObserverController_h
#define IntersectionObserverController_h
+#include "core/dom/ActiveDOMObject.h"
#include "core/dom/Element.h"
#include "core/dom/IntersectionObserver.h"
#include "platform/Timer.h"

Powered by Google App Engine
This is Rietveld 408576698