| 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 93a27d039e0a717a13877f67d8eda1cceddd8b5f..f4ad715024c7c9c4cbf8b3896efc2f4c9f080331 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -52,6 +52,7 @@ class CustomElementDefinition;
|
| class DOMStringMap;
|
| class DOMTokenList;
|
| class Dictionary;
|
| +class ElementIntersectionObserverData;
|
| class ElementRareData;
|
| class ElementShadow;
|
| class ExceptionState;
|
| @@ -551,6 +552,9 @@ public:
|
|
|
| SpellcheckAttributeState spellcheckAttributeState() const;
|
|
|
| + bool hasIntersectionObserverData() const;
|
| + ElementIntersectionObserverData& intersectionObserverData();
|
| +
|
| protected:
|
| Element(const QualifiedName& tagName, Document*, ConstructionType);
|
|
|
|
|