| Index: chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.h b/chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| index f094d68eb2cbdfd22a627de1053cff45bddc2381..83e84611563bd37c936139e47223cbdc6ef14854 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| @@ -69,7 +69,7 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk,
|
| virtual void ShowPanel() OVERRIDE;
|
| virtual void ShowPanelInactive() OVERRIDE;
|
| virtual gfx::Rect GetPanelBounds() const OVERRIDE;
|
| - virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
|
| + virtual void SetPanelBounds(const gfx::Rect& bounds, bool animate) OVERRIDE;
|
| virtual void ClosePanel() OVERRIDE;
|
| virtual void ActivatePanel() OVERRIDE;
|
| virtual void DeactivatePanel() OVERRIDE;
|
|
|