| 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 407c794978e0bbb6adc82e0487dfe08bab1f8b2d..6ecccaa59d472def5bcc3fba4fe451e54371b499 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| @@ -26,6 +26,7 @@
|
| // Wrapper view around web content, and the developer tools view.
|
| base::scoped_nsobject<FastResizeView> tabContentArea_;
|
| base::scoped_nsobject<NSView> tabStripBackgroundView_;
|
| + base::scoped_nsobject<NSView> visualEffectView_;
|
|
|
| // The tab strip overlaps the titlebar of the window.
|
| base::scoped_nsobject<TabStripView> tabStripView_;
|
|
|