diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/cocoa/animatable_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/animatable_view.h b/chrome/browser/cocoa/animatable_view.h index cf55781..ef35eb7 100644 --- a/chrome/browser/cocoa/animatable_view.h +++ b/chrome/browser/cocoa/animatable_view.h @@ -7,6 +7,7 @@ #import <Cocoa/Cocoa.h> +#import "base/cocoa_protocols_mac.h" #include "base/scoped_nsobject.h" #import "chrome/browser/cocoa/view_resizer.h" @@ -18,7 +19,7 @@ // animation ends normally and an |animationDidStop:| message when the animation // was canceled (even when canceled as a result of a new animation starting). -@interface AnimatableView : NSView { +@interface AnimatableView : NSView<NSAnimationDelegate> { @protected IBOutlet id delegate_; // weak, used to send animation ended messages. |