| 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 82ba30c804f47a2689399431ec8be909a582cc4e..bd78b1cfa7577bea1597ef4b2789fd7d62212ccb 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
|
| @@ -998,6 +998,8 @@ void DesktopWindowTreeHostX11::SetBounds(
|
| XWindowChanges changes = {0};
|
| unsigned value_mask = 0;
|
|
|
| + delayed_resize_task_.Cancel();
|
| +
|
| if (size_changed) {
|
| // Update the minimum and maximum sizes in case they have changed.
|
| UpdateMinAndMaxSize();
|
|
|