| Index: ui/accessibility/platform/ax_platform_node_mac.h
|
| diff --git a/ui/accessibility/platform/ax_platform_node_mac.h b/ui/accessibility/platform/ax_platform_node_mac.h
|
| index b6a7b1d42f498436e9290d932d31a74bd51ba0e7..6cc0af6b8254257048a7b5a7c6c312c8df3eb4d0 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_mac.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_mac.h
|
| @@ -21,11 +21,11 @@ class AXPlatformNodeMac : public AXPlatformNodeBase {
|
| AXPlatformNodeMac();
|
|
|
| // AXPlatformNode.
|
| - void Destroy() override;
|
| gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
| void NotifyAccessibilityEvent(ui::AXEvent event_type) override;
|
|
|
| // AXPlatformNodeBase.
|
| + void Destroy() override;
|
| int GetIndexInParent() override;
|
|
|
| private:
|
|
|