Chromium Code Reviews| Index: chrome/browser/cocoa/browser_window_controller.mm |
| =================================================================== |
| --- chrome/browser/cocoa/browser_window_controller.mm (revision 38468) |
| +++ chrome/browser/cocoa/browser_window_controller.mm (working copy) |
| @@ -269,8 +269,8 @@ |
| new TabStripModelObserverBridge(browser->tabstrip_model(), self)); |
| NSWindow* window = [self window]; |
| windowShim_.reset(new BrowserWindowCocoa(browser, self, window)); |
| + [window setOpaque:NO]; // for themes wanting to play with opacity |
|
Robert Sesek
2010/02/09 21:49:56
Make this a full-stop sentence.
|
| - |
| // Sets the window to not have rounded corners, which prevents |
| // the resize control from being inset slightly and looking ugly. |
| if ([window respondsToSelector:@selector(setBottomCornerRounded:)]) |