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

Unified Diff: ui/accessibility/platform/ax_platform_node_auralinux.cc

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: ui/accessibility/platform/ax_platform_node_auralinux.cc
diff --git a/ui/accessibility/platform/ax_platform_node_auralinux.cc b/ui/accessibility/platform/ax_platform_node_auralinux.cc
index 46dd7dd3ac164f6afbd350cfb5db56aa926fd8e3..89b7fb2a2d3ea76d4509bdcc528d4989907bc626 100644
--- a/ui/accessibility/platform/ax_platform_node_auralinux.cc
+++ b/ui/accessibility/platform/ax_platform_node_auralinux.cc
@@ -421,6 +421,8 @@ AtkRole AXPlatformNodeAuraLinux::GetAtkRole() {
return ATK_ROLE_COMBO_BOX;
case ui::AX_ROLE_DIALOG:
return ATK_ROLE_DIALOG;
+ case ui::AX_ROLE_GENERIC_CONTAINER:
+ return ATK_ROLE_PANEL;
case ui::AX_ROLE_GROUP:
return ATK_ROLE_PANEL;
case ui::AX_ROLE_IMAGE:

Powered by Google App Engine
This is Rietveld 408576698