Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: ui/accessibility/platform/ax_platform_node_win.h

Issue 2965873002: Move IA2 Role handling to AXPlatformNodeWin. (Closed)
Patch Set: handle presentation elements in axplatformnodewin. Also delete InitRoleAndState method Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b4b19b2b10c181c96fb959173a618ca6993e360a..5f444eb7d3bd8950be3aec37951a1698f5bf907e 100644
--- a/ui/accessibility/platform/ax_platform_node_win.h
+++ b/ui/accessibility/platform/ax_platform_node_win.h
@@ -276,6 +276,8 @@ class AX_EXPORT __declspec(uuid("26f5641a-246d-457b-a96d-07f3fae6acf2"))
int32_t MSAA_IA2State();
+ int32_t MSAA_IA2Role();
+
// AXPlatformNodeBase overrides.
void Dispose() override;

Powered by Google App Engine
This is Rietveld 408576698