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

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

Issue 2750533006: Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: Address feedback 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 7a640326ea91f546cd304d3be6e6edf918c4bd0a..9cabfeddf015561965c2d7559dfc90157f02bab6 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);

Powered by Google App Engine
This is Rietveld 408576698