| Index: chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| diff --git a/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h b/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| index 982706ca3497968829e8b8bfba5ed201f7d33e7c..3bb605a62e237fdb7e22b85c5f00df7502e3ed80 100644
|
| --- a/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| +++ b/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| @@ -34,6 +34,7 @@ class GlassAppWindowFrameViewWin : public views::NonClientFrameView {
|
| virtual void ResetWindowControls() OVERRIDE {}
|
| virtual void UpdateWindowIcon() OVERRIDE {}
|
| virtual void UpdateWindowTitle() OVERRIDE {}
|
| + virtual void SizeConstraintsChanged() OVERRIDE {}
|
|
|
| // views::View implementation.
|
| virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|