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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update inspector-protocol test expectations Created 5 years, 1 month 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.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
index d1fb102009f6a04722cc5be45c1cac28d4e9b15c..a34d1a7b3fa91b04e0d43debfa053bcee0826e79 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
@@ -77,6 +77,11 @@ void AXMenuList::clearChildren()
m_childrenDirty = false;
}
+bool AXMenuList::nameFromContents() const
+{
+ return false;
+}
+
void AXMenuList::addChildren()
{
m_haveChildren = true;

Powered by Google App Engine
This is Rietveld 408576698