| Index: chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_window_gtk.h (revision 94932)
|
| +++ chrome/browser/ui/panels/panel_browser_window_gtk.h (working copy)
|
| @@ -39,7 +39,9 @@
|
| // Overridden from NativePanel:
|
| virtual void ShowPanel() OVERRIDE;
|
| virtual void ShowPanelInactive() OVERRIDE;
|
| + virtual gfx::Rect GetPanelRestoredBounds() const OVERRIDE;
|
| virtual gfx::Rect GetPanelBounds() const OVERRIDE;
|
| + virtual void SetPanelRestoredBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void OnPanelExpansionStateChanged(
|
| Panel::ExpansionState expansion_state) OVERRIDE;
|
| @@ -57,6 +59,7 @@
|
| virtual bool IsDrawingAttention() const OVERRIDE;
|
| virtual Browser* GetPanelBrowser() const OVERRIDE;
|
| virtual void DestroyPanelBrowser() OVERRIDE;
|
| + virtual gfx::Size GetNonClientAreaSize() const OVERRIDE;
|
| virtual NativePanelTesting* GetNativePanelTesting() OVERRIDE;
|
|
|
| private:
|
|
|