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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2553343004: IntersectionObserver: use nullptr for implicit root. (Closed)
Patch Set: rebase Created 4 years 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 874b587d21c327a46ea2bc1436c85819004c7bcd..ac209c0d66c95650a1db6f5733ed0036526c4d07 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -124,6 +124,8 @@ blink_core_sources("dom") {
"ElementDataCache.h",
"ElementFullscreen.cpp",
"ElementFullscreen.h",
+ "ElementIntersectionObserverData.cpp",
+ "ElementIntersectionObserverData.h",
"ElementRareData.cpp",
"ElementRareData.h",
"ElementTraversal.h",
@@ -194,8 +196,6 @@ blink_core_sources("dom") {
"NodeFilter.cpp",
"NodeFilter.h",
"NodeFilterCondition.h",
- "NodeIntersectionObserverData.cpp",
- "NodeIntersectionObserverData.h",
"NodeIterator.cpp",
"NodeIterator.h",
"NodeIteratorBase.cpp",

Powered by Google App Engine
This is Rietveld 408576698