| Index: chrome/browser/ui/panels/panel_browser_view.h
|
| diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
|
| index aaf7c71ecf52d90470a0aab3dd3d25bf43b8c4d5..3cfce9473766924e1e5dccadfa3d62d6aee84606 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_view.h
|
| @@ -78,7 +78,7 @@ class PanelBrowserView : public BrowserView,
|
| 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;
|
|
|