Chromium Code Reviews| 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 5639540901345c5cd8f251195c12c5f6b27ec6e6..a83e32ca3434effe6d76ad6c817375319025e56d 100644 |
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h |
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h |
| @@ -7,13 +7,13 @@ |
| #import <Cocoa/Cocoa.h> |
| -#import "chrome/browser/ui/cocoa/themed_window.h" |
| +@class TabStripBackgroundView; |
|
Robert Sesek
2017/01/11 19:23:39
Not used?
Sidney San Martín
2017/01/13 00:10:07
Done.
|
| -// 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<ThemedWindowDrawing> |
| +// A view that draws the theme and transparency effects behind the tab strip. |
| +// It should be behind its overlapping sibling views (window controls, tab |
| +// strip view, profile button and fullscreen button). |
| +@interface TabStripBackgroundView : NSView |
| +@property(nonatomic) BOOL inATabDraggingOverlayWindow; |
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_TABS_TAB_STRIP_BACKGROUND_VIEW_H_ |