| 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..1b1d6ded1ba5b85349572547a96ebed94198ff0f 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 ShowShadow(bool show) OVERRIDE;
|
|
|
| virtual NativePanelTesting* CreateNativePanelTesting() OVERRIDE;
|
|
|
|
|