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

Unified Diff: ui/accessibility/ax_enums.idl

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
« ui/accessibility/ax_action_data.cc ('K') | « ui/accessibility/ax_action_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 2016c2419ef1d90afc6b4fe1862df727a23e50f0..75e297ec1d756f6cb6915ae2d90b597997cf83a3 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -258,7 +258,7 @@
get_image_data,
// Given a point, find the object it corresponds to and fire a
- // HOVER event on it in response.
+ // |AXActionData.hit_test_event_to_fire| event on it in response.
hit_test,
// Increment a slider or range control by one step value.
« ui/accessibility/ax_action_data.cc ('K') | « ui/accessibility/ax_action_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698