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

Unified Diff: content/renderer/accessibility/render_accessibility_impl.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
Index: content/renderer/accessibility/render_accessibility_impl.cc
diff --git a/content/renderer/accessibility/render_accessibility_impl.cc b/content/renderer/accessibility/render_accessibility_impl.cc
index 9267c3f88e9e98a83a5ee5aa31bf5d3d983b5f24..545c7255f6f0bc6e02a4a3c80d6bbb3f0c983658 100644
--- a/content/renderer/accessibility/render_accessibility_impl.cc
+++ b/content/renderer/accessibility/render_accessibility_impl.cc
@@ -484,9 +484,6 @@
anchor.setSelection(anchor, data.anchor_offset, focus, data.focus_offset);
HandleAXEvent(root, ui::AX_EVENT_LAYOUT_COMPLETE);
break;
- case ui::AX_ACTION_SET_SEQUENTIAL_FOCUS_NAVIGATION_STARTING_POINT:
- target.setSequentialFocusNavigationStartingPoint();
- break;
case ui::AX_ACTION_SET_VALUE:
target.setValue(data.value);
HandleAXEvent(target, ui::AX_EVENT_VALUE_CHANGED);

Powered by Google App Engine
This is Rietveld 408576698