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

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

Issue 2772913003: AXObject::performDefaultAction() should focus if it can't click (Closed)
Patch Set: Add test Created 3 years, 9 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/AXMenuList.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
index 3198e10b78f6fa445773190fe844c7ae0e8317f5..75a6f9d3d3062b87080fdcc489a3e46896c56975 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
@@ -41,7 +41,7 @@ class AXMenuList final : public AXLayoutObject {
bool isCollapsed() const override;
AccessibilityExpanded isExpanded() const final;
- bool press() const override;
+ bool press() override;
void clearChildren() override;
bool nameFromContents() const override;

Powered by Google App Engine
This is Rietveld 408576698