 Chromium Code Reviews
 Chromium Code Reviews Issue 2873373005:
  Add custom action support  (Closed)
    
  
    Issue 2873373005:
  Add custom action support  (Closed) 
  | 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; |