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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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 163b75b229f4388dc8a08c5b1e350d8163b3342b..88d1d786ebde449f566156a6c96c52fdd0aa61a0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
@@ -43,7 +43,6 @@ class AXMenuList final : public AXLayoutObject {
AccessibilityExpanded IsExpanded() const final;
bool Press() override;
void ClearChildren() override;
- bool NameFromContents() const override;
void DidUpdateActiveOption(int option_index);
void DidShowPopup();

Powered by Google App Engine
This is Rietveld 408576698