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

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

Issue 2943243002: Forward BrowserAccessibility get_accState to AXPlatformNode. (Closed)
Patch Set: 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 645e686b1df972fb816436206d6a7951726238ac..f714fbb8016ecad6d682e0e6b6fe3a53188d922d 100644
--- a/ui/accessibility/platform/ax_platform_node_win.h
+++ b/ui/accessibility/platform/ax_platform_node_win.h
@@ -278,6 +278,8 @@ class AX_EXPORT __declspec(uuid("26f5641a-246d-457b-a96d-07f3fae6acf2"))
int MSAAState();
int MSAAEvent(ui::AXEvent event);
+ bool ShouldNodeHaveReadonlyState(const AXNodeData& data) const;
dmazzoni 2017/06/26 17:18:24 It looks like these can either be static, or maybe
dougt 2017/06/27 04:49:51 I'll do this as a follow up. Also see CL 296245300
+ bool ShouldNodeHaveFocusableState(const AXNodeData& data) const;
HRESULT GetStringAttributeAsBstr(
ui::AXStringAttribute attribute,

Powered by Google App Engine
This is Rietveld 408576698