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..b816e9f0f2fb47d51317237b3b09390e8241ee1c 100644 |
| --- a/chrome/browser/ui/panels/panel.cc |
| +++ b/chrome/browser/ui/panels/panel.cc |
| @@ -392,6 +392,10 @@ bool Panel::IsToolbarVisible() const { |
| return false; |
| } |
| +gfx::Rect Panel::GetRootWindowResizerRect() const { |
| + return gfx::Rect(); |
| +} |
| + |
| bool Panel::IsPanel() const { |
| return true; |
| } |