| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 265ae361f4c3746201ce42a522ca13c3eebe6a46..527914a886c5fc2b8a21dd0fcc360ce50db32df9 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -616,6 +616,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| virtual void OnNativeWidgetDestroying() OVERRIDE;
|
| virtual void OnNativeWidgetDestroyed() OVERRIDE;
|
| virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| + virtual gfx::Size GetMaximumSize() OVERRIDE;
|
| virtual void OnNativeWidgetSizeChanged(const gfx::Size& new_size) OVERRIDE;
|
| virtual void OnNativeWidgetBeginUserBoundsChange() OVERRIDE;
|
| virtual void OnNativeWidgetEndUserBoundsChange() OVERRIDE;
|
|
|