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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.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/AXMenuListPopup.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
index c284ab043a2a4a51c58ecb07e61190de9a0568bf..a88184bf673d7ba91a3fa1fb9b6d9aeeb6f67fee 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
@@ -58,7 +58,7 @@ class AXMenuListPopup final : public AXMockObject {
AccessibilityRole roleValue() const override { return MenuListPopupRole; }
bool isVisible() const override;
- bool press() const override;
+ bool press() override;
void addChildren() override;
void updateChildrenIfNecessary() override;
bool computeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;

Powered by Google App Engine
This is Rietveld 408576698