| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index 7db5097b44c58fd14093d713fa6ec210af506772..4ac923a60e68ff17edc80d3cc407ad7a46358b98 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -127,6 +127,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
|
|
| // Overridden from aura::WindowDelegate:
|
| virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| + virtual gfx::Size GetMaximumSize() const OVERRIDE;
|
| virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) OVERRIDE;
|
| virtual void OnFocus(aura::Window* old_focused_window) OVERRIDE;
|
|
|