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

Unified Diff: third_party/WebKit/Source/core/dom/Element.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/Element.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/Element.h
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
index e778e157399415c785276cfeb2dad5f61d37dc84..63839905bfc23d40355d803d55e566aad49b78a3 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -52,7 +52,6 @@ class CustomElementDefinition;
class DOMStringMap;
class DOMTokenList;
class Dictionary;
-class ElementIntersectionObserverData;
class ElementRareData;
class ElementShadow;
class ExceptionState;
@@ -60,6 +59,7 @@ class Image;
class IntSize;
class Locale;
class MutableStylePropertySet;
+class NodeIntersectionObserverData;
class PropertySetCSSStyleDeclaration;
class PseudoElement;
class ScrollState;
@@ -554,8 +554,8 @@ public:
SpellcheckAttributeState spellcheckAttributeState() const;
- ElementIntersectionObserverData* intersectionObserverData() const;
- ElementIntersectionObserverData& ensureIntersectionObserverData();
+ NodeIntersectionObserverData* intersectionObserverData() const;
+ NodeIntersectionObserverData& ensureIntersectionObserverData();
protected:
Element(const QualifiedName& tagName, Document*, ConstructionType);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698