| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 920b08dd5acb413b2f34731e02be152b5f06cf6f..7857734bade58ea001d629647f6bfcddd462415a 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -259,7 +259,7 @@ class Panel : public BrowserWindow,
|
|
|
| bool draggable() const;
|
|
|
| - bool CanResizeByMouse() const;
|
| + panel::Resizability CanResizeByMouse() const;
|
|
|
| AttentionMode attention_mode() const { return attention_mode_; }
|
| void set_attention_mode(AttentionMode attention_mode) {
|
|
|