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

Unified Diff: base/mac/foundation_util.h

Issue 2940923003: a11y: Move CreateTextMarker[Range] to TextMarkerHelperMac.
Patch Set: squish? 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
« no previous file with comments | « no previous file | base/mac/foundation_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/foundation_util.h
diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
index 69b61280c34436c9c96afd4d086db3d8cd0741bc..bb9a99202a53345bc7b3d9339859b0720bec04e8 100644
--- a/base/mac/foundation_util.h
+++ b/base/mac/foundation_util.h
@@ -54,6 +54,8 @@ typedef unsigned int NSSearchPathDomainMask;
typedef struct OpaqueSecTrustRef* SecACLRef;
typedef struct OpaqueSecTrustedApplicationRef* SecTrustedApplicationRef;
+typedef struct OpaqueAXTextMarkerRef* AXTextMarkerRef;
+typedef struct OpaqueAXTextMarkerRangeRef* AXTextMarkerRangeRef;
#if defined(OS_IOS)
typedef struct CF_BRIDGED_TYPE(id) __SecPolicy* SecPolicyRef;
@@ -311,6 +313,8 @@ CF_CAST_DECL(CTRun);
CF_CAST_DECL(SecACL);
CF_CAST_DECL(SecPolicy);
CF_CAST_DECL(SecTrustedApplication);
+CF_CAST_DECL(AXTextMarker);
+CF_CAST_DECL(AXTextMarkerRange);
#undef CF_CAST_DECL
« no previous file with comments | « no previous file | base/mac/foundation_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698