| Index: chrome/browser/ui/aura/accessibility/automation_manager_aura.h
|
| diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
|
| index 1d1baeff8f0e10cb4928169f4be6f2e1969922fb..ecb3c605e19d5cc621376d17495cb4aa292e8cda 100644
|
| --- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
|
| +++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
|
| @@ -78,6 +78,8 @@ class AutomationManagerAura : public ui::AXHostDelegate,
|
| views::AXAuraObjWrapper* aura_obj,
|
| ui::AXEvent event_type);
|
|
|
| + void PerformHitTest(const ui::AXActionData& data);
|
| +
|
| // Whether automation support for views is enabled.
|
| bool enabled_;
|
|
|
|
|