Index: chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
diff --git a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
index 5ad257fb22b2ec071af1efcd54256e0988029cc6..6e5a6b98763553bf4390becb4acabbd49334b382 100644 |
--- a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
+++ b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
@@ -137,6 +137,9 @@ class PanelCocoa; |
// Turns on user-resizable corners/sides indications and enables live resize. |
- (void)enableResizeByMouse:(BOOL)enable; |
+// Turns on/off shadow effect around the window shape. |
+- (void)showShadow:(BOOL)show; |
+ |
- (NSRect)frameRectForContentRect:(NSRect)contentRect; |
- (NSRect)contentRectForFrameRect:(NSRect)frameRect; |