| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 15c51a074c87fc59d13a2f275cb0e218c3725056..6ed4213cbc7f26727c39563f39a9faf6baa5353e 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -850,6 +850,10 @@ bool DesktopWindowTreeHostX11::IsTranslucentWindowOpacitySupported() const {
|
| return false;
|
| }
|
|
|
| +void DesktopWindowTreeHostX11::SizeConstraintsChanged() {
|
| + UpdateMinAndMaxSize();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopWindowTreeHostX11, aura::WindowTreeHost implementation:
|
|
|
|
|