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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2493923002: Select-to-speak event handler (Closed)
Patch Set: Created 4 years, 1 month 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_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index f98a05ffd1f3bb5692ed1dc89dacc6ba597f828a..b9a62a15d0062059bd230c025039b28aac873625 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -50,6 +50,11 @@
menu_popup_end, // Native / Win
menu_popup_start, // Native / Win
menu_start, // Native / Win
+ mouse_canceled,
+ mouse_dragged,
+ mouse_moved,
+ mouse_pressed,
+ mouse_released,
row_collapsed, // Web / Mac
row_count_changed, // Web / Mac
row_expanded, // Web / Mac

Powered by Google App Engine
This is Rietveld 408576698