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

Unified Diff: public/web/WebAXEnums.h

Issue 1020473004: Fire an event when a menu list option becomes unselected. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index 1d0ac861e5adb3601f788ac8a072985bb5e4ab47..5dbc79da95a9438dbc6d9a34f0ad4cfed1adf487 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -52,6 +52,7 @@ enum WebAXEvent {
WebAXEventLoadComplete,
WebAXEventLocationChanged,
WebAXEventMenuListItemSelected,
+ WebAXEventMenuListItemUnselected,
WebAXEventMenuListValueChanged,
WebAXEventRowCollapsed,
WebAXEventRowCountChanged,
« Source/modules/accessibility/AXMenuListPopup.h ('K') | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698