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

Unified Diff: ui/accessibility/ax_action_data.h

Issue 2873373005: Add custom action support (Closed)
Patch Set: Migrate to DataObjectBuilder. Created 3 years, 6 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 | « third_party/closure_compiler/externs/automation.js ('k') | ui/accessibility/ax_action_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_action_data.h
diff --git a/ui/accessibility/ax_action_data.h b/ui/accessibility/ax_action_data.h
index cc6e8562cfb9576cd0a2a2a1d6bb1ebddee533cf..a80f4a5b7e6bd554d69bfb34870d8ceec5d8dff6 100644
--- a/ui/accessibility/ax_action_data.h
+++ b/ui/accessibility/ax_action_data.h
@@ -45,6 +45,9 @@ struct AX_EXPORT AXActionData {
int focus_node_id;
int focus_offset;
+ // For custom action.
+ int custom_action_id;
+
// The target rect for the action.
gfx::Rect target_rect;
« no previous file with comments | « third_party/closure_compiler/externs/automation.js ('k') | ui/accessibility/ax_action_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698