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

Unified Diff: ui/accessibility/ax_action_data.h

Issue 2748463003: Generalize the HIT_TEST accessibility action so that it can send any event. (Closed)
Patch Set: 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
Index: ui/accessibility/ax_action_data.h
diff --git a/ui/accessibility/ax_action_data.h b/ui/accessibility/ax_action_data.h
index 4c0af535749aac9163dd87fc87832cba42cf9dc7..cc6e8562cfb9576cd0a2a2a1d6bb1ebddee533cf 100644
--- a/ui/accessibility/ax_action_data.h
+++ b/ui/accessibility/ax_action_data.h
@@ -53,6 +53,9 @@ struct AX_EXPORT AXActionData {
// The new value for a node, for the SET_VALUE action.
base::string16 value;
+
+ // The event to fire in response to a HIT_TEST action.
+ AXEvent hit_test_event_to_fire;
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698