diff options
Diffstat (limited to 'chrome/browser/cocoa/toolbar_view.h')
-rw-r--r-- | chrome/browser/cocoa/toolbar_view.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/toolbar_view.h b/chrome/browser/cocoa/toolbar_view.h index 761b3db..807a7e8 100644 --- a/chrome/browser/cocoa/toolbar_view.h +++ b/chrome/browser/cocoa/toolbar_view.h @@ -6,11 +6,13 @@ #define CHROME_BROWSER_COCOA_TOOLBAR_VIEW_H_ #import <Cocoa/Cocoa.h> +#import "chrome/browser/cocoa/background_gradient_view.h" -// A view that handles any special rendering the toolbar, mostly just painting -// a gradient. +// A view that handles any special rendering of the toolbar bar. At +// this time it only draws a gradient. Future changes (e.g. themes) +// may require new functionality here. -@interface ToolbarView : NSView { +@interface ToolbarView : BackgroundGradientView { } @end |