| Index: chrome/browser/ui/gtk/panels/panel_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/panels/panel_gtk.h b/chrome/browser/ui/gtk/panels/panel_gtk.h
|
| index 622373df5d4011dc75361667c9714249b7324522..e3bccf1291a23dab9b79122500360853faa0938b 100644
|
| --- a/chrome/browser/ui/gtk/panels/panel_gtk.h
|
| +++ b/chrome/browser/ui/gtk/panels/panel_gtk.h
|
| @@ -83,6 +83,7 @@ class PanelGtk : public NativePanel,
|
| virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE;
|
| virtual void MinimizePanelBySystem() OVERRIDE;
|
| virtual bool IsPanelMinimizedBySystem() const OVERRIDE;
|
| + virtual void SetPanelHasShadow(bool has_shadow) OVERRIDE;
|
|
|
| virtual NativePanelTesting* CreateNativePanelTesting() OVERRIDE;
|
|
|
|
|