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

Unified Diff: Source/modules/accessibility/AXObjectCacheImpl.h

Issue 1127283002: Revert of Fire AX notifications on list box options. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@menu_list_more
Patch Set: Created 5 years, 7 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/modules/accessibility/AXObject.h ('k') | Source/modules/accessibility/AXObjectCacheImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXObjectCacheImpl.h
diff --git a/Source/modules/accessibility/AXObjectCacheImpl.h b/Source/modules/accessibility/AXObjectCacheImpl.h
index 8af261ddd2f0ba1d2049d7650ebc5e0540625d45..ecaa818ceb1e3ec9c63a6599824818a2d57fdc21 100644
--- a/Source/modules/accessibility/AXObjectCacheImpl.h
+++ b/Source/modules/accessibility/AXObjectCacheImpl.h
@@ -67,9 +67,7 @@
virtual void childrenChanged(Node*) override;
virtual void childrenChanged(LayoutObject*) override;
virtual void checkedStateChanged(Node*) override;
- virtual void listboxOptionStateChanged(HTMLOptionElement*);
- virtual void listboxSelectedChildrenChanged(HTMLSelectElement*);
- virtual void listboxActiveIndexChanged(HTMLSelectElement*);
+ virtual void selectedChildrenChanged(Node*) override;
virtual void remove(LayoutObject*) override;
virtual void remove(Node*) override;
@@ -137,11 +135,12 @@
void remove(AbstractInlineTextBox*);
void childrenChanged(AXObject*);
+ void selectedChildrenChanged(LayoutObject*);
+ void selectedChildrenChanged(AXObject*);
void handleActiveDescendantChanged(Node*);
void handleAriaRoleChanged(Node*);
void handleAriaExpandedChange(Node*);
- void handleAriaSelectedChanged(Node*);
void recomputeIsIgnored(LayoutObject*);
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | Source/modules/accessibility/AXObjectCacheImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698