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

Unified Diff: Source/core/dom/AXObjectCache.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: Source/core/dom/AXObjectCache.h
diff --git a/Source/core/dom/AXObjectCache.h b/Source/core/dom/AXObjectCache.h
index aa6e51f06c71ad87d1a8f69ea2d9e80d9b3a3703..6adac8585e8b4a0a567ff86153128ef788ea110d 100644
--- a/Source/core/dom/AXObjectCache.h
+++ b/Source/core/dom/AXObjectCache.h
@@ -62,6 +62,7 @@ public:
AXLoadComplete,
AXLocationChanged,
AXMenuListItemSelected,
+ AXMenuListItemUnselected,
AXMenuListValueChanged,
AXRowCollapsed,
AXRowCountChanged,

Powered by Google App Engine
This is Rietveld 408576698