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

Unified Diff: Source/modules/accessibility/AXMenuListPopup.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/AXMenuListPopup.h
diff --git a/Source/modules/accessibility/AXMenuListPopup.h b/Source/modules/accessibility/AXMenuListPopup.h
index 948893df29d72348e908d0a189b87d66727b1bc1..0f543f75a323408e31d1ba2053b37b320ec1ddaa 100644
--- a/Source/modules/accessibility/AXMenuListPopup.h
+++ b/Source/modules/accessibility/AXMenuListPopup.h
@@ -57,7 +57,7 @@ private:
virtual bool isVisible() const override;
virtual bool press() const override;
virtual void addChildren() override;
- virtual void childrenChanged() override;
+ virtual void updateChildrenIfNecessary() override;
virtual bool computeAccessibilityIsIgnored() const override;
AXMenuListOption* menuListOptionAXObject(HTMLElement*) const;

Powered by Google App Engine
This is Rietveld 408576698