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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2719223002: Use correct position when setting pos_in_set for tabs.
Patch Set: Add comment, make check before setting data. Created 3 years, 10 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: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 2016c2419ef1d90afc6b4fe1862df727a23e50f0..a00514ff1196ff5a6b3c8e31090a704174001063 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -410,8 +410,10 @@
// Identifies a child tree which this node hosts.
child_tree_id,
- // Position or Number of items in current set of listitems or treeitems
+ // Number of items in a set typically of treeitems orlistitems.
set_size,
+
+ // The 1-based position of the item within the set above.
pos_in_set,
// In the case of AX_ROLE_COLOR_WELL, specifies the selected color.
« chrome/browser/ui/views/tabs/tab_strip.cc ('K') | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698