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

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

Issue 2119413004: a11y: Exclude children of nested keyboard accessible controls from a11y tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CrOS. Created 3 years, 10 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_mac.h
diff --git a/ui/accessibility/platform/ax_platform_node_mac.h b/ui/accessibility/platform/ax_platform_node_mac.h
index d5501a9308bfe93a4c3bf14aa77da9ea64f6f3a4..2d491504abc906e0e64e66e924c58a88727b1212 100644
--- a/ui/accessibility/platform/ax_platform_node_mac.h
+++ b/ui/accessibility/platform/ax_platform_node_mac.h
@@ -51,6 +51,9 @@ AX_EXPORT
- (instancetype)initWithNode:(ui::AXPlatformNodeBase*)node;
- (void)detach;
+// Retrieves the AXPlatformNodeBase associated with this AXPlatformNodeCocoa.
+- (ui::AXPlatformNodeBase*)getNode;
tapted 2017/02/15 02:10:45 @property(nonatomic, readonly) ui::AXPlatformNodeB
Patti Lor 2017/02/21 03:29:17 Done, also moved the private declaration of |node_
+
@property(nonatomic, readonly) NSRect boundsInScreen;
@end

Powered by Google App Engine
This is Rietveld 408576698