| 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..4bad6bb0e858bdb7c22c6b7b6f4f90087e61b521 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_view.h
|
| @@ -79,6 +79,7 @@ class PanelBrowserView : public BrowserView,
|
| virtual void ShowPanelInactive() OVERRIDE;
|
| virtual gfx::Rect GetPanelBounds() const OVERRIDE;
|
| virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
|
| + virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void ClosePanel() OVERRIDE;
|
| virtual void ActivatePanel() OVERRIDE;
|
| virtual void DeactivatePanel() OVERRIDE;
|
| @@ -116,6 +117,8 @@ class PanelBrowserView : public BrowserView,
|
|
|
| void StopDrawingAttention();
|
|
|
| + void SetBoundsInternal(const gfx::Rect& bounds, bool animate);
|
| +
|
| scoped_ptr<Panel> panel_;
|
| gfx::Rect bounds_;
|
|
|
|
|