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: content/browser/accessibility/browser_accessibility_android.cc

Issue 833373002: Expose attributes max, min, value for meter html tag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | content/renderer/accessibility/blink_ax_tree_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_android.cc
diff --git a/content/browser/accessibility/browser_accessibility_android.cc b/content/browser/accessibility/browser_accessibility_android.cc
index 612bfa2ebdfdb5744e84803cb93af28620092494..c412923c10a9f39aec69e285331c11b520d06c01 100644
--- a/content/browser/accessibility/browser_accessibility_android.cc
+++ b/content/browser/accessibility/browser_accessibility_android.cc
@@ -220,6 +220,7 @@ bool BrowserAccessibilityAndroid::IsPassword() const {
bool BrowserAccessibilityAndroid::IsRangeType() const {
return (GetRole() == ui::AX_ROLE_PROGRESS_INDICATOR ||
+ GetRole() == ui::AX_ROLE_METER ||
GetRole() == ui::AX_ROLE_SCROLL_BAR ||
GetRole() == ui::AX_ROLE_SLIDER);
}
« no previous file with comments | « no previous file | content/renderer/accessibility/blink_ax_tree_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698