| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index f77a42508261bd8904da0db45213998d91540540..30417afac2020361298ee0f50a420045e49cc299 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -276,6 +276,10 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| @property(readonly, strong) NSLayoutYAxisAnchor* bottomAnchor;
|
| @end
|
|
|
| +@interface NSWindow (ElCapitanSDK)
|
| +- (void)performWindowDragWithEvent:(NSEvent*)event;
|
| +@end
|
| +
|
| #endif // MAC_OS_X_VERSION_10_11
|
|
|
| // Once Chrome no longer supports OSX 10.11, everything within this
|
|
|