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

Unified Diff: Source/modules/accessibility/AXListBox.h

Issue 1004803004: Add handling to respect role attribute in AXObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/accessibility/role-attribute-expected.txt ('k') | Source/modules/accessibility/AXListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXListBox.h
diff --git a/Source/modules/accessibility/AXListBox.h b/Source/modules/accessibility/AXListBox.h
index 6bcd4e0bf6d6dbdb5a799861ea4883baf0066dd7..ce3c82e41274f6ad7d7a25a5245b3620307120f2 100644
--- a/Source/modules/accessibility/AXListBox.h
+++ b/Source/modules/accessibility/AXListBox.h
@@ -44,7 +44,7 @@ public:
static PassRefPtr<AXListBox> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXListBox();
- virtual AccessibilityRole roleValue() const override { return ListBoxRole; }
+ virtual AccessibilityRole roleValue() const override;
};
} // namespace blink
« no previous file with comments | « LayoutTests/accessibility/role-attribute-expected.txt ('k') | Source/modules/accessibility/AXListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698