| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| index 84ff9e61c5dcf4b26ba4e930f8ff372ae81ceb94..488441ccfa616074d035d7bce59c27ac17e9428b 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| @@ -454,6 +454,10 @@ bool DesktopWindowTreeHostWin::IsTranslucentWindowOpacitySupported() const {
|
| return ui::win::IsAeroGlassEnabled();
|
| }
|
|
|
| +void DesktopWindowTreeHostWin::SizeConstraintsChanged() {
|
| + message_handler_->SizeConstraintsChanged();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopWindowTreeHostWin, WindowTreeHost implementation:
|
|
|
|
|