| 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 f6db0b8916f5a0ff7ab90468801a959936b602fe..e85a3c1855b40020fa5903b64fb273f9c1ef8c93 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_win.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_win.h
|
| @@ -277,8 +277,6 @@
|
|
|
| // Clear node's current relationships and set them to the default values.
|
| void CalculateRelationships();
|
| - static AXPlatformNode* GetFromUniqueId(int32_t unique_id);
|
| - int32_t unique_id() const { return unique_id_; }
|
|
|
| // AXPlatformNode overrides.
|
| gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
| @@ -652,8 +650,6 @@
|
| void Dispose() override;
|
|
|
| private:
|
| - int32_t unique_id_;
|
| -
|
| int MSAAEvent(ui::AXEvent event);
|
| bool IsWebAreaForPresentationalIframe();
|
| bool ShouldNodeHaveReadonlyStateByDefault(const AXNodeData& data) const;
|
|
|