| 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 d1d35e87e1c056ece0e56c1fa6da3217848a1242..ff92e1987757d8573ae3776e084e625b47ff1916 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -42,6 +42,7 @@
|
| namespace blink {
|
|
|
| class ElementAnimations;
|
| +class AccessibleNode;
|
| class Attr;
|
| class Attribute;
|
| class CSSStyleDeclaration;
|
| @@ -254,6 +255,9 @@ class CORE_EXPORT Element : public ContainerNode {
|
| const AtomicString& computedRole();
|
| String computedName();
|
|
|
| + AccessibleNode* existingAccessibleNode() const;
|
| + AccessibleNode* accessibleNode();
|
| +
|
| void didMoveToNewDocument(Document&) override;
|
|
|
| void removeAttribute(const AtomicString& name);
|
|
|