| Index: ui/views/widget/native_widget_private.h
|
| diff --git a/ui/views/widget/native_widget_private.h b/ui/views/widget/native_widget_private.h
|
| index 085895ac97eec8669a300e20ef950e1bf4963919..ccb15b9703c89de7257f40c403bacb9092352cef 100644
|
| --- a/ui/views/widget/native_widget_private.h
|
| +++ b/ui/views/widget/native_widget_private.h
|
| @@ -225,6 +225,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget {
|
| virtual ui::NativeTheme* GetNativeTheme() const = 0;
|
| virtual void OnRootViewLayout() = 0;
|
| virtual bool IsTranslucentWindowOpacitySupported() const = 0;
|
| + virtual void OnSizeConstraintsChanged() = 0;
|
|
|
| // Repost an unhandled event to the native widget for default OS processing.
|
| virtual void RepostNativeEvent(gfx::NativeEvent native_event) = 0;
|
|
|