| Index: chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.mm b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.mm
|
| index dd7ec1e4b0c60e311dfe47709276ff0c1f836b6b..590a54dfd6385fae0ceb96a26888a27b02610d23 100644
|
| --- a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.mm
|
| @@ -923,6 +923,10 @@ NSCursor* LoadWebKitCursor(WebKit::WebCursorInfo::Type type) {
|
| [[self window] invalidateCursorRectsForView:overlayView_];
|
| }
|
|
|
| +- (void)setHasShadow:(BOOL)hasShadow {
|
| + [[self window] setHasShadow:hasShadow];
|
| +}
|
| +
|
| // We have custom implementation of these because our titlebar height is custom
|
| // and does not match the standard one.
|
| - (NSRect)frameRectForContentRect:(NSRect)contentRect {
|
|
|