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

Unified Diff: ui/accessibility/ax_action_data.cc

Issue 2479893002: Revert of Use setSequentialFocusNavigationStartingPoint in ChromeVox (Closed)
Patch Set: Created 4 years, 1 month 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 | « ui/accessibility/PRESUBMIT.py ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_action_data.cc
diff --git a/ui/accessibility/ax_action_data.cc b/ui/accessibility/ax_action_data.cc
index 8b9dbbef3c6934b03b7e369d72d6eda5433f4713..70ffcbba0902cbc7bcba524d03eb46dd29f793ae 100644
--- a/ui/accessibility/ax_action_data.cc
+++ b/ui/accessibility/ax_action_data.cc
@@ -44,6 +44,9 @@
if (flags & (1 << ui::AX_ACTION_FLAGS_REQUEST_INLINE_TEXT_BOXES))
result += " flag_request_inline_text_boxes";
+ if (flags & (1 << ui::AX_ACTION_FLAGS_SET_SEQUENTIAL_FOCUS_NAVIGATION_POINT))
+ result += " flag_set_sequential_focus_navigation_point";
+
if (anchor_node_id != -1) {
result += " anchor_node_id=" + IntToString(anchor_node_id);
result += " anchor_offset=" + IntToString(anchor_offset);
« no previous file with comments | « ui/accessibility/PRESUBMIT.py ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698