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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.cc

Issue 2447773002: Use setSequentialFocusNavigationStartingPoint in ChromeVox (Closed)
Patch Set: Links or controls Created 4 years, 2 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: chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
index bd05eb4de92fef9334ccd9dea459cad5a1f73922..cf02fe695e5f5512e3180117d52931344796f24f 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
@@ -111,6 +111,9 @@ void AutomationManagerAura::PerformAction(
case ui::AX_ACTION_SET_ACCESSIBILITY_FOCUS:
// Sent by ChromeVox but doesn't need to be handled by aura.
break;
+ case ui::AX_ACTION_SET_SEQUENTIAL_FOCUS_NAVIGATION_STARTING_POINT:
+ // Sent by ChromeVox but doesn't need to be handled by aura.
+ break;
case ui::AX_ACTION_HIT_TEST:
case ui::AX_ACTION_SCROLL_TO_POINT:
case ui::AX_ACTION_SET_SCROLL_OFFSET:

Powered by Google App Engine
This is Rietveld 408576698