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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2474363002: MacViews/a11y: Accessibility actions use AXActionData in AXPlatformNodeDelegate. (Closed)
Patch Set: Review comments. Created 4 years, 1 month 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: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index f98a05ffd1f3bb5692ed1dc89dacc6ba597f828a..5f8c39e147be389d1880b2354fa8b3ddda9273de 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -232,12 +232,16 @@
// An action to be taken on an accessibility node.
enum AXAction {
+ blur,
+
// Decrement a slider or range control by one step value.
decrement,
// Do the default action for an object, typically this means "click".
do_default,
+ focus,
+
// Given a point, find the object it corresponds to and fire a
// HOVER event on it in response.
hit_test,
@@ -259,7 +263,6 @@
scroll_to_point,
set_accessibility_focus,
- set_focus,
set_scroll_offset,
set_selection,
« no previous file with comments | « content/renderer/accessibility/render_accessibility_impl.cc ('k') | ui/accessibility/platform/ax_platform_node_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698