| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index ffa7d00d1871efd3253c2ce536d3e88c61f3c816..3a03b1d011766acc805093141f11f7d3506db70a 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1528,7 +1528,7 @@ void ShellSurface::UpdateWidgetBounds() {
|
| const gfx::Rect widget_bounds = widget_->GetWindowBoundsInScreen();
|
| if (widget_bounds != new_widget_bounds) {
|
| if (bounds_mode_ != BoundsMode::CLIENT || !resizer_) {
|
| - widget_->SetBounds(new_widget_bounds);
|
| + widget_->GetNativeWindow()->SetBounds(new_widget_bounds);
|
| UpdateSurfaceBounds();
|
| } else {
|
| // TODO(domlaskowski): Synchronize window state transitions with the
|
|
|