| 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 7bf76e9fcec2d7825befe8b0f1aba60eec647ee5..ced0f73d98c01258f1cf41222ed239faefd3b120 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| @@ -54,6 +54,7 @@ class AXMenuListOption final : public AXMockObject {
|
| bool IsDetached() const override { return !element_; }
|
| AccessibilityRole RoleValue() const override;
|
| bool CanHaveChildren() const override { return false; }
|
| + AXObjectImpl* ComputeParent() const override;
|
|
|
| Element* ActionElement() const override;
|
| bool IsEnabled() const override;
|
|
|