| Index: chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| index bed72379c55e3c1943a6d9163d5d4d69c6983486..a6ef2de76f1fe051271583a372166bfa4c16ad35 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| @@ -24,6 +24,7 @@
|
| @interface TabWindowController : NSWindowController<NSWindowDelegate> {
|
| @private
|
| base::scoped_nsobject<FastResizeView> tabContentArea_;
|
| + base::scoped_nsobject<NSView> tabStripBackgroundView_;
|
| base::scoped_nsobject<TabStripView> tabStripView_;
|
|
|
| // The child window used during dragging to achieve the opacity tricks.
|
|
|