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

Unified Diff: ui/accessibility/ax_action_data.cc

Issue 2873373005: Add custom action support (Closed)
Patch Set: Removed MinVersion from struct. 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
Index: ui/accessibility/ax_action_data.cc
diff --git a/ui/accessibility/ax_action_data.cc b/ui/accessibility/ax_action_data.cc
index b65fd2d6dd2ed094beb96677b06bbce4900f9539..7769b27951cfcee4c121cdeb02c76a4de310d003 100644
--- a/ui/accessibility/ax_action_data.cc
+++ b/ui/accessibility/ax_action_data.cc
@@ -23,6 +23,7 @@ AXActionData::AXActionData()
anchor_offset(-1),
focus_node_id(-1),
focus_offset(-1),
+ custom_action_id(-1),
hit_test_event_to_fire(AX_EVENT_NONE) {}
AXActionData::AXActionData(const AXActionData& other) = default;

Powered by Google App Engine
This is Rietveld 408576698