| 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 9369f621d7503506eed58e31ff0172fda6a75546..2c807eb4f594cf9db823f893b7371335284b0777 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;
|
| @@ -255,6 +256,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);
|
|
|