| Index: chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h b/chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h
|
| index c9ed44030761ef48f82e406e1f836821ddd0988f..5639540901345c5cd8f251195c12c5f6b27ec6e6 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h
|
| @@ -7,11 +7,13 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| +#import "chrome/browser/ui/cocoa/themed_window.h"
|
| +
|
| // A view that draws the theme image in the top area of the window (behind the
|
| // tab strip area). It should be arranged so that its z-order is below its
|
| // overlapping sibling views (window controls, tab strip view, profile button
|
| // and fullscreen button).
|
| -@interface TabStripBackgroundView : NSView
|
| +@interface TabStripBackgroundView : NSView<ThemedWindowDrawing>
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TABS_TAB_STRIP_BACKGROUND_VIEW_H_
|
|
|