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

Unified Diff: Source/modules/accessibility/AXMenuListPopup.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
« no previous file with comments | « Source/core/dom/AXObjectCache.h ('k') | Source/modules/accessibility/AXMenuListPopup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXMenuListPopup.h
diff --git a/Source/modules/accessibility/AXMenuListPopup.h b/Source/modules/accessibility/AXMenuListPopup.h
index 1b61b1287515937bd68ece63778e794920942855..dc39bf92a74fa1ab6452507866a062e99df31a9e 100644
--- a/Source/modules/accessibility/AXMenuListPopup.h
+++ b/Source/modules/accessibility/AXMenuListPopup.h
@@ -58,6 +58,8 @@ private:
virtual bool computeAccessibilityIsIgnored() const override;
AXMenuListOption* menuListOptionAXObject(HTMLElement*) const;
+
+ int m_activeIndex;
Mike West 2015/03/19 12:34:21 This would be better as `unsigned`, as allowing ne
dmazzoni 2015/03/20 04:56:36 Good idea, done.
};
DEFINE_AX_OBJECT_TYPE_CASTS(AXMenuListPopup, isMenuListPopup());
« no previous file with comments | « Source/core/dom/AXObjectCache.h ('k') | Source/modules/accessibility/AXMenuListPopup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698