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

Unified Diff: base/mac/sdk_forward_declarations.mm

Issue 2726843006: ShapeDetection: add support for Text Detection in Mac (Closed)
Patch Set: offline reillyg@s comment on DCHECK location 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: base/mac/sdk_forward_declarations.mm
diff --git a/base/mac/sdk_forward_declarations.mm b/base/mac/sdk_forward_declarations.mm
index 25f71a95da5de539e3d52fb935c2e4483b6a7441..c624daedd816092dcb097a8c83267ab9e9b8ff79 100644
--- a/base/mac/sdk_forward_declarations.mm
+++ b/base/mac/sdk_forward_declarations.mm
@@ -13,3 +13,8 @@ NSString* const NSUserActivityTypeBrowsingWeb =
NSString* const NSAppearanceNameVibrantDark = @"NSAppearanceNameVibrantDark";
#endif // MAC_OS_X_VERSION_10_10
+
+#if !defined(MAC_OS_X_VERSION_10_11) || \
+ MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_11
+NSString* const CIDetectorTypeText = @"CIDetectorTypeText";
+#endif // MAC_OS_X_VERSION_10_11

Powered by Google App Engine
This is Rietveld 408576698