summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/download_shelf_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/download_shelf_view.h')
-rw-r--r--chrome/browser/cocoa/download_shelf_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/download_shelf_view.h b/chrome/browser/cocoa/download_shelf_view.h
index d69b139..5b05dd6 100644
--- a/chrome/browser/cocoa/download_shelf_view.h
+++ b/chrome/browser/cocoa/download_shelf_view.h
@@ -7,10 +7,12 @@
#import <Cocoa/Cocoa.h>
+#import "chrome/browser/cocoa/animatable_view.h"
+
// A view that handles any special rendering for the download shelf, painting
// a gradient and managing a set of DownloadItemViews.
-@interface DownloadShelfView : NSView {
+@interface DownloadShelfView : AnimatableView {
}
@end