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

Unified Diff: ui/views/accessibility/ax_aura_obj_wrapper.h

Issue 2767143007: Try |View::HandleAccessibleAction| before falling back to fixed actions. (Closed)
Patch Set: fix build Created 3 years, 9 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
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/accessibility/ax_aura_obj_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/accessibility/ax_aura_obj_wrapper.h
diff --git a/ui/views/accessibility/ax_aura_obj_wrapper.h b/ui/views/accessibility/ax_aura_obj_wrapper.h
index 7257c7be5cf395a7d12e212ae2fc314458980fdb..c6b27cdb3be8c415d013e7829dc8c1aae7858f20 100644
--- a/ui/views/accessibility/ax_aura_obj_wrapper.h
+++ b/ui/views/accessibility/ax_aura_obj_wrapper.h
@@ -15,6 +15,7 @@
#include "ui/views/views_export.h"
namespace ui {
+struct AXActionData;
struct AXNodeData;
} // namespace ui
@@ -39,6 +40,7 @@ class VIEWS_EXPORT AXAuraObjWrapper {
virtual void MakeVisible() {}
virtual void SetSelection(int32_t start, int32_t end) {}
virtual void ShowContextMenu() {}
+ virtual bool HandleAccessibleAction(const ui::AXActionData& action);
};
} // namespace views
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/accessibility/ax_aura_obj_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698