5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_FRAGMENT_ROOT_WIN_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_FRAGMENT_ROOT_WIN_H_
10#include <wrl/client.h>
14class AXFragmentRootDelegateWin;
15class AXFragmentRootPlatformNodeWin;
16class AXPlatformNodeWin;
40 gfx::AcceleratedWidget widget);
54 bool IsControlElement();
60 gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent()
override;
67 void SetAlertNode(AXPlatformNodeWin* alert_node);
72 int GetChildCount()
const override;
89 int GetIndexInParentOfChild()
const;
94 gfx::AcceleratedWidget widget_;
96 Microsoft::WRL::ComPtr<ui::AXFragmentRootPlatformNodeWin> platform_node_;
100 AXPlatformNodeWin* alert_node_;
UnimplementedNativeViewAccessible * NativeViewAccessible