| Index: third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| index ced0f73d98c01258f1cf41222ed239faefd3b120..32f42e9e85d2652780c6cac86f05d2634d8fffbf 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| @@ -52,6 +52,7 @@ class AXMenuListOption final : public AXMockObject {
|
| Node* GetNode() const override { return element_; }
|
| void Detach() override;
|
| bool IsDetached() const override { return !element_; }
|
| + LocalFrameView* DocumentFrameView() const override;
|
| AccessibilityRole RoleValue() const override;
|
| bool CanHaveChildren() const override { return false; }
|
| AXObjectImpl* ComputeParent() const override;
|
|
|