| 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 0db27902e24e9616e841eb22dbd2bf98f2fabe73..8b6a8f4292fb0920e11814f37e97fca924a227d8 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();
|
| AXObject* 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;
|
|
|