| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 9cb52b9a2784863d79f6596fe45e484445cf4ba3..d1e07cdca8221bd8d26ad378fc8d1d4d47fdd871 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -70,10 +70,14 @@
|
| @interface NSAppearance : NSObject
|
| @end
|
|
|
| +@interface NSStackView : NSView
|
| +@end
|
| +
|
| #else
|
|
|
| @class NSProgress;
|
| @class NSAppearance;
|
| +@class NSStackView;
|
|
|
| #endif // MAC_OS_X_VERSION_10_9
|
|
|
| @@ -491,6 +495,11 @@ BASE_EXPORT extern "C" void NSAccessibilityPostNotificationWithUserInfo(
|
| + (id<NSObject>)appearanceNamed:(NSString*)name;
|
| @end
|
|
|
| +@interface NSStackView (MavericksSDK)
|
| ++ (instancetype)stackViewWithViews:(NSArray*)views;
|
| +@property NSEdgeInsets edgeInsets;
|
| +@end
|
| +
|
| @interface CBPeripheral (MavericksSDK)
|
| @property(readonly, nonatomic) NSUUID* identifier;
|
| @end
|
|
|