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

Unified Diff: third_party/WebKit/Source/core/dom/Element.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/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 63839905bfc23d40355d803d55e566aad49b78a3..e778e157399415c785276cfeb2dad5f61d37dc84 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -52,6 +52,7 @@
class DOMStringMap;
class DOMTokenList;
class Dictionary;
+class ElementIntersectionObserverData;
class ElementRareData;
class ElementShadow;
class ExceptionState;
@@ -59,7 +60,6 @@
class IntSize;
class Locale;
class MutableStylePropertySet;
-class NodeIntersectionObserverData;
class PropertySetCSSStyleDeclaration;
class PseudoElement;
class ScrollState;
@@ -554,8 +554,8 @@
SpellcheckAttributeState spellcheckAttributeState() const;
- NodeIntersectionObserverData* intersectionObserverData() const;
- NodeIntersectionObserverData& ensureIntersectionObserverData();
+ ElementIntersectionObserverData* intersectionObserverData() const;
+ ElementIntersectionObserverData& 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