Chromium Code Reviews| Index: ui/accessibility/platform/ax_platform_node_auralinux.h |
| diff --git a/ui/accessibility/platform/ax_platform_node_auralinux.h b/ui/accessibility/platform/ax_platform_node_auralinux.h |
| index 030a66abdc75d788dcfdc052cbd1df6792267979..61a9e5632f934f35d6fbdbd6b0d9255e823f426a 100644 |
| --- a/ui/accessibility/platform/ax_platform_node_auralinux.h |
| +++ b/ui/accessibility/platform/ax_platform_node_auralinux.h |
| @@ -24,6 +24,7 @@ class AXPlatformNodeAuraLinux : public AXPlatformNodeBase { |
| AtkRole GetAtkRole(); |
| void GetAtkState(AtkStateSet* state_set); |
| + void GetAtkRelation(AtkRelationSet* atk_relation_set); |
|
dmazzoni
2015/03/23 22:19:57
I'd call this GetAtkRelations
|
| // AXPlatformNode overrides. |
| void Destroy() override; |