Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

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

Issue 2670023002: Correctly compute parent of AXMenuListOption (Closed)
Patch Set: Rebaseline Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7e19f75e537e39389bb0e6002a0ae586afc24042..3bb86cc5e0a335384bebab69789d6d803a9550e0 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 !m_element; }
AccessibilityRole roleValue() const override;
bool canHaveChildren() const override { return false; }
+ AXObject* computeParent() const override;
Element* actionElement() const override;
bool isEnabled() const override;

Powered by Google App Engine
This is Rietveld 408576698