| Index: ui/accessibility/platform/ax_platform_node_win.h
|
| diff --git a/ui/accessibility/platform/ax_platform_node_win.h b/ui/accessibility/platform/ax_platform_node_win.h
|
| index 645e686b1df972fb816436206d6a7951726238ac..3c9cf34a81fb39aac8b7090765a5ce15f092d153 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_win.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_win.h
|
| @@ -268,6 +268,7 @@ class AX_EXPORT __declspec(uuid("26f5641a-246d-457b-a96d-07f3fae6acf2"))
|
|
|
| protected:
|
| AXPlatformNodeWin();
|
| + int MSAAState();
|
|
|
| // AXPlatformNodeBase overrides.
|
| void Dispose() override;
|
| @@ -276,8 +277,9 @@ class AX_EXPORT __declspec(uuid("26f5641a-246d-457b-a96d-07f3fae6acf2"))
|
| int MSAARole();
|
| std::string StringOverrideForMSAARole();
|
|
|
| - int MSAAState();
|
| int MSAAEvent(ui::AXEvent event);
|
| + bool ShouldNodeHaveReadonlyState(const AXNodeData& data) const;
|
| + bool ShouldNodeHaveFocusableState(const AXNodeData& data) const;
|
|
|
| HRESULT GetStringAttributeAsBstr(
|
| ui::AXStringAttribute attribute,
|
|
|