Chromium Code Reviews| 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 f65267a9227fa968871175836f90f8f89f86bea9..47814d2e167d82bad0bfbb7c74b0f3dc657960d8 100644 |
| --- a/ui/accessibility/platform/ax_platform_node_auralinux.cc |
| +++ b/ui/accessibility/platform/ax_platform_node_auralinux.cc |
| @@ -364,10 +364,6 @@ void ax_platform_node_auralinux_detach( |
| G_END_DECLS |
| -// |
| -// AXPlatformNodeAuraLinux implementation. |
| -// |
| - |
| namespace ui { |
| // static |
| @@ -378,6 +374,16 @@ AXPlatformNode* AXPlatformNode::Create(AXPlatformNodeDelegate* delegate) { |
| } |
| // static |
| +AX_EXPORT AXPlatformNode* AXPlatformNode::FromNativeViewAccessible( |
|
tapted
2017/03/06 01:43:09
AX_EXPORT shouldn't be needed in the .cc files
Patti Lor
2017/03/13 03:03:25
Whoops, a remnant from when I was trying to work o
|
| + gfx::NativeViewAccessible accessible) { |
| + return AtkObjectToAXPlatformNodeAuraLinux(accessible); |
| +} |
| + |
| +// |
| +// AXPlatformNodeAuraLinux implementation. |
| +// |
| + |
| +// static |
| AXPlatformNode* AXPlatformNodeAuraLinux::application_ = nullptr; |
| // static |