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

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2791943002: Re-land: Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: Fix for crash with test Created 3 years, 9 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
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 49c1835939fd3eac22b2466ea1af8c222c488c23..379218fd5eda7edb42d7f12dde4d0d9a22a56e2f 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);

Powered by Google App Engine
This is Rietveld 408576698