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

Unified Diff: Source/modules/accessibility/AXProgressIndicator.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
Index: Source/modules/accessibility/AXProgressIndicator.h
diff --git a/Source/modules/accessibility/AXProgressIndicator.h b/Source/modules/accessibility/AXProgressIndicator.h
index fa4744c084696c6def0a8030e71de3e841bd613d..9c229278aaeb5aca8d889b102f2a8115b8e06eb2 100644
--- a/Source/modules/accessibility/AXProgressIndicator.h
+++ b/Source/modules/accessibility/AXProgressIndicator.h
@@ -34,7 +34,7 @@ public:
static PassRefPtr<AXProgressIndicator> create(LayoutProgress*, AXObjectCacheImpl*);
private:
- virtual AccessibilityRole roleValue() const override { return ProgressIndicatorRole; }
+ virtual AccessibilityRole roleValue() const override;
virtual bool isProgressIndicator() const override { return true; }
« no previous file with comments | « Source/modules/accessibility/AXObjectCacheImpl.cpp ('k') | Source/modules/accessibility/AXProgressIndicator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698