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

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

Issue 2795843002: Move implementation of accessibility actions to views::View (Closed)
Patch Set: Fix win compile 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/accessibility/platform/test_ax_node_wrapper.cc ('k') | ui/views/accessibility/ax_view_obj_wrapper.h » ('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 c6b27cdb3be8c415d013e7829dc8c1aae7858f20..5101edd05cbf3c2864e72cbf153b9ba075b9c31d 100644
--- a/ui/views/accessibility/ax_aura_obj_wrapper.h
+++ b/ui/views/accessibility/ax_aura_obj_wrapper.h
@@ -35,11 +35,6 @@ class VIEWS_EXPORT AXAuraObjWrapper {
virtual int32_t GetID() = 0;
// Actions.
- virtual void DoDefault() {}
- virtual void Focus() {}
- virtual void MakeVisible() {}
- virtual void SetSelection(int32_t start, int32_t end) {}
- virtual void ShowContextMenu() {}
virtual bool HandleAccessibleAction(const ui::AXActionData& action);
};
« no previous file with comments | « ui/accessibility/platform/test_ax_node_wrapper.cc ('k') | ui/views/accessibility/ax_view_obj_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698