Index: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
index 7eaee49968094fb9b8624b5b54afbab97cbb95c5..0f710320be55be5f717d9f8e2e6ce914ba954322 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
@@ -49,6 +49,7 @@ class AXMenuListPopup final : public AXMockObject { |
void DidShow(); |
void DidHide(); |
AXObjectImpl* ActiveDescendant() final; |
+ void UpdateChildrenIfNecessary() override; |
private: |
explicit AXMenuListPopup(AXObjectCacheImpl&); |
@@ -60,7 +61,6 @@ class AXMenuListPopup final : public AXMockObject { |
bool IsVisible() const override; |
bool Press() override; |
void AddChildren() override; |
- void UpdateChildrenIfNecessary() override; |
bool ComputeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override; |
AXMenuListOption* MenuListOptionAXObject(HTMLElement*) const; |