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

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

Issue 1580783003: Revert of Use Document, rather than document element, for implicit root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@intersection-observer
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 89243ae44e0f0d6fdc3f2e52f1aa1c95960143b5..c2edfa0a8c872edc95a6eb47efe3c9a4f7ea8526 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -136,7 +136,6 @@
class MediaQueryListListener;
class MediaQueryMatcher;
class NodeFilter;
-class NodeIntersectionObserverData;
class NodeIterator;
class NthIndexCache;
class OriginAccessEntry;
@@ -690,7 +689,6 @@
IntersectionObserverController* intersectionObserverController();
IntersectionObserverController& ensureIntersectionObserverController();
- NodeIntersectionObserverData& ensureIntersectionObserverData();
void updateViewportDescription();
void processReferrerPolicy(const String& policy);
@@ -1407,7 +1405,6 @@
PersistentWillBeMember<CanvasFontCache> m_canvasFontCache;
PersistentWillBeMember<IntersectionObserverController> m_intersectionObserverController;
- PersistentWillBeMember<NodeIntersectionObserverData> m_intersectionObserverData;
int m_nodeCount;
};
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698