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

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

Issue 1088853003: Implements determineAccessibilityRole() instead of roleValue() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/modules/accessibility/AXProgressIndicator.cpp ('k') | Source/modules/accessibility/AXSlider.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXSlider.h
diff --git a/Source/modules/accessibility/AXSlider.h b/Source/modules/accessibility/AXSlider.h
index f81b7f2b087427c093d332e3d5034b61f85df3c3..ad01abe543527e81101788406cf624c35d85c473 100644
--- a/Source/modules/accessibility/AXSlider.h
+++ b/Source/modules/accessibility/AXSlider.h
@@ -50,7 +50,7 @@ private:
HTMLInputElement* element() const;
virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const override final;
- virtual AccessibilityRole roleValue() const override;
+ virtual AccessibilityRole determineAccessibilityRole() override final;
virtual bool isSlider() const override final { return true; }
virtual bool isControl() const override final { return true; }
« no previous file with comments | « Source/modules/accessibility/AXProgressIndicator.cpp ('k') | Source/modules/accessibility/AXSlider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698