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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 2390103003: [Mac] Update NSVisualEffectView to 10.9 Deployment (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index a4b64dc153d91e2533930952f3d4f1cf7726bd21..3174d0ad0f2d1ff3fc2574d651586b24bfc8ff75 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -192,12 +192,6 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
@property(readonly, nonatomic) NSUUID* identifier;
@end
-@interface NSVisualEffectView (MavericksSDK)
-- (void)setState:(NSVisualEffectState)state;
-@end
-
-@class NSVisualEffectView;
-
@class NSUserActivity;
#endif // MAC_OS_X_VERSION_10_9
@@ -235,6 +229,12 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
@property(readonly) NSOperatingSystemVersion operatingSystemVersion;
@end
+@interface NSVisualEffectView (YosemiteSDK)
+- (void)setState:(NSVisualEffectState)state;
+@end
+
+@class NSVisualEffectView;
+
#endif // MAC_OS_X_VERSION_10_10
// Once Chrome no longer supports OSX 10.10.2, everything within this
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698