Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index a86818933b47f33a4506c2afdf8d124319d246c3..47d328551d8a4e23875a124622768e9539c98bac 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -299,7 +299,7 @@ class Panel : public BrowserWindow, |
void EnableResizeByMouse(bool enable); |
// Changes the preferred size to acceptable based on min_size() and max_size() |
- void ClampSize(gfx::Size* size) const; |
+ gfx::Size ClampSize(const gfx::Size& size) const; |
// Called when the panel's active state changes. |
// |active| is true if panel became active. |