Chromium Code Reviews| Index: chrome/browser/ui/panels/panel.cc |
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc |
| index ed3cca0caf6c3ced9b9b3d28217a608c968b1d5b..dd356fe530e0e290740f45a9df0cc5c36fd3e9f4 100644 |
| --- a/chrome/browser/ui/panels/panel.cc |
| +++ b/chrome/browser/ui/panels/panel.cc |
| @@ -392,6 +392,11 @@ bool Panel::IsToolbarVisible() const { |
| return false; |
| } |
| +gfx::Rect Panel::GetRootWindowResizerRect() const { |
| + NOTIMPLEMENTED(); |
|
jennb
2012/01/20 20:17:04
No need for NOTIMPLEMENTED. Panels don't need to d
|
| + return gfx::Rect(); |
| +} |
| + |
| bool Panel::IsPanel() const { |
| return true; |
| } |