Chromium Code Reviews| 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; |
|
tapted
2014/09/11 05:22:22
Can you add this to NativeWidgetMac too? It can ju
jackhou1
2014/09/11 06:28:18
Done.
|
| virtual void RepostNativeEvent(gfx::NativeEvent native_event) OVERRIDE; |
| // Overridden from views::InputMethodDelegate: |