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

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

Issue 2813083003: Finish implementation of automation API hit testing for the desktop. (Closed)
Patch Set: Delete test that won't be relevant soon anyway Created 3 years, 8 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.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_;

Powered by Google App Engine
This is Rietveld 408576698