| 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 8550a320597fcfb3523519e2c4417b93961a85f6..6f1fa068f843c5d0fc20469b4be35db1400b76ad 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
|
| @@ -1148,10 +1148,6 @@ void DesktopWindowTreeHostX11::FlashFrame(bool flash_frame) {
|
| urgency_hint_set_ = flash_frame;
|
| }
|
|
|
| -void DesktopWindowTreeHostX11::OnRootViewLayout() {
|
| - UpdateMinAndMaxSize();
|
| -}
|
| -
|
| bool DesktopWindowTreeHostX11::IsAnimatingClosed() const {
|
| return false;
|
| }
|
|
|