| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 264b7353829c1ef50c2822ea3e77bdb71f0f9cc8..f77a42508261bd8904da0db45213998d91540540 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -268,10 +268,12 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_11
|
|
|
| @class NSLayoutXAxisAnchor;
|
| +@class NSLayoutYAxisAnchor;
|
|
|
| @interface NSView (ElCapitanSDK)
|
| @property(readonly, strong) NSLayoutXAxisAnchor* leftAnchor;
|
| @property(readonly, strong) NSLayoutXAxisAnchor* rightAnchor;
|
| +@property(readonly, strong) NSLayoutYAxisAnchor* bottomAnchor;
|
| @end
|
|
|
| #endif // MAC_OS_X_VERSION_10_11
|
|
|