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

Unified Diff: Source/modules/accessibility/AXMenuListPopup.cpp

Issue 742353004: Implement computedRole and computedName (behind a flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Finished pulling out ScopedAXObjectCache etc. Many fprintfs remain. Created 6 years 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: Source/modules/accessibility/AXMenuListPopup.cpp
diff --git a/Source/modules/accessibility/AXMenuListPopup.cpp b/Source/modules/accessibility/AXMenuListPopup.cpp
index 69c81518f7ba3f87c642e4f99f45823985109789..ab4411f3ffd95c3f52d6a29b22dec1e45b5f0400 100644
--- a/Source/modules/accessibility/AXMenuListPopup.cpp
+++ b/Source/modules/accessibility/AXMenuListPopup.cpp
@@ -34,7 +34,8 @@ namespace blink {
using namespace HTMLNames;
-AXMenuListPopup::AXMenuListPopup()
+AXMenuListPopup::AXMenuListPopup(AXObjectCache* axObjectCache)
+ : AXMockObject(axObjectCache)
{
}

Powered by Google App Engine
This is Rietveld 408576698