| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 721ef3223e00fb2c392f7363c1d1210e01bee335..c72d3209b92c3f4314a805961051817fa869434f 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -15,6 +15,7 @@
|
|
|
| #if !defined(MAC_OS_X_VERSION_10_7) || \
|
| MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
|
| +
|
| enum {
|
| NSEventPhaseNone = 0, // event not associated with a phase.
|
| NSEventPhaseBegan = 0x1 << 0,
|
| @@ -74,6 +75,12 @@ typedef NSInteger NSWindowAnimationBehavior;
|
| - (NSWindowAnimationBehavior)animationBehavior;
|
| - (void)setAnimationBehavior:(NSWindowAnimationBehavior)newAnimationBehavior;
|
| @end
|
| +
|
| +@interface NSAnimationContext (LionSDK)
|
| ++ (void)runAnimationGroup:(void (^)(NSAnimationContext *context))changes
|
| + completionHandler:(void (^)(void))completionHandler;
|
| +@end
|
| +
|
| #endif // MAC_OS_X_VERSION_10_7
|
|
|
| #if !defined(MAC_OS_X_VERSION_10_8) || \
|
|
|