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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Single quote 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..d942c4f069b5e598ae0c332059e3ffd0dbe9bee0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
@@ -43,7 +43,7 @@ class AXMenuList final : public AXLayoutObject {
AccessibilityExpanded IsExpanded() const final;
bool Press() override;
void ClearChildren() override;
- bool NameFromContents() const override;
+ bool NameFromContents(const bool recursive) const override;
dmazzoni 2017/05/16 16:25:39 I think const bool is redundant, I don't normally
aleventhal1 2017/05/16 18:11:26 Done.
void DidUpdateActiveOption(int option_index);
void DidShowPopup();

Powered by Google App Engine
This is Rietveld 408576698