| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 6a78d4d2cbfae750d31a7b1c9065c32bfb183f5d..26714f15daaa0ebff05728b7abad1eb44f089218 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -126,6 +126,7 @@ class Panel : public BrowserWindow,
|
| virtual bool IsBookmarkBarAnimating() const OVERRIDE;
|
| virtual bool IsTabStripEditable() const OVERRIDE;
|
| virtual bool IsToolbarVisible() const OVERRIDE;
|
| + virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| virtual bool IsPanel() const OVERRIDE;
|
| virtual void DisableInactiveFrame() OVERRIDE;
|
| virtual void ConfirmSetDefaultSearchProvider(
|
|
|