| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index ab9419e34584fcc400ceaaabd345795fbd0e67ef..9abc52692d0dee685dac39ae80361eeb98a19e31 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1477,9 +1477,7 @@ void ShellSurface::UpdateWidgetBounds() {
|
| const gfx::Rect widget_bounds = widget_->GetWindowBoundsInScreen();
|
| if (widget_bounds != new_widget_bounds) {
|
| if (bounds_mode_ != BoundsMode::CLIENT || !resizer_) {
|
| - // TODO(domlaskowski): Use screen coordinates once multi-display support
|
| - // lands in ARC. See crbug.com/718627.
|
| - widget_->GetNativeWindow()->SetBounds(new_widget_bounds);
|
| + widget_->SetBounds(new_widget_bounds);
|
| UpdateSurfaceBounds();
|
| } else {
|
| // TODO(domlaskowski): Synchronize window state transitions with the
|
|
|