| 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:
|
|
|