Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h

Issue 2902133002: Revert of "Implement the inert attribute" (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 6d924da9e26b12da6f8db7666760dc5ee193f728..3447fee4fbce6d9305e050c07fe81ce52db07815 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
@@ -54,7 +54,6 @@ 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;

Powered by Google App Engine