| 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 f483069ccd3d6ce15f45856dbeb42dd98a87ac32..c68f4d49ae10559541f90d509db8ebaf7d2c76d2 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -179,6 +179,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
|
| virtual void OnRootViewLayout() OVERRIDE;
|
| virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
|
| + virtual void OnSizeConstraintsChanged() OVERRIDE;
|
| virtual void RepostNativeEvent(gfx::NativeEvent native_event) OVERRIDE;
|
|
|
| // Overridden from aura::WindowDelegate:
|
|
|