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

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

Issue 2957973003: Automatically fire AX events on Win based on tree changes (Closed)
Patch Set: Audit all events, manually test with JAWS and NVDA Created 3 years, 5 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/AccessibleNode.h
diff --git a/third_party/WebKit/Source/core/dom/AccessibleNode.h b/third_party/WebKit/Source/core/dom/AccessibleNode.h
index 42822d29a7b3b67cac8ac72f425dd708dd101535..65800d11b91e5e1c5302d4049698840b5bf2a512 100644
--- a/third_party/WebKit/Source/core/dom/AccessibleNode.h
+++ b/third_party/WebKit/Source/core/dom/AccessibleNode.h
@@ -152,8 +152,7 @@ class CORE_EXPORT AccessibleNode
// Returns the given relation property if the Element has an AccessibleNode,
// otherwise returns the equivalent ARIA attribute.
- static AccessibleNode* GetPropertyOrARIAAttribute(Element*,
- AOMRelationProperty);
+ static Element* GetPropertyOrARIAAttribute(Element*, AOMRelationProperty);
// Returns true and provides the the value of the given relation
// list property if the Element has an AccessibleNode, or if it has

Powered by Google App Engine
This is Rietveld 408576698