| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index 53683e906a6fb6ee87a6bff8e30401448885c57e..6d9881c09168102c452f1e0cb1c4457a82485d87 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -135,6 +135,7 @@ class VIEWS_EXPORT NativeWidgetAura
|
| 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 views::InputMethodDelegate:
|
|
|