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

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

Issue 1059503002: Re-land: Don't keep recreating AXMenuListPopup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@suppress_extra_events
Patch Set: Clean up code Created 5 years, 8 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/modules/accessibility/AXMenuList.h
diff --git a/Source/modules/accessibility/AXMenuList.h b/Source/modules/accessibility/AXMenuList.h
index 4101a2f5c3fbc64875bd9ed2823857a9dc1d2e6a..b057fe62a81927bd6d2e424af90d8619132ee4ea 100644
--- a/Source/modules/accessibility/AXMenuList.h
+++ b/Source/modules/accessibility/AXMenuList.h
@@ -40,6 +40,7 @@ public:
virtual bool isCollapsed() const override;
virtual AccessibilityExpanded isExpanded() const override final;
virtual bool press() const override;
+ virtual void updateChildrenIfNecessary() override;
virtual void clearChildren() override;
void didUpdateActiveOption(int optionIndex);

Powered by Google App Engine
This is Rietveld 408576698