| Index: ash/display/screen_position_controller.cc
|
| diff --git a/ash/display/screen_position_controller.cc b/ash/display/screen_position_controller.cc
|
| index 1bfd49ec2fa1361c687a4a08e4755ce5fedcc344..6b5da7c7e6ec4fed3fe45719c8cdca17ffa268a3 100644
|
| --- a/ash/display/screen_position_controller.cc
|
| +++ b/ash/display/screen_position_controller.cc
|
| @@ -117,7 +117,7 @@ void ScreenPositionController::SetBounds(aura::Window* window,
|
| return;
|
| }
|
|
|
| - wm::SetBoundsInScreen(WmWindow::Get(window), bounds, display);
|
| + wm::SetBoundsInScreen(window, bounds, display);
|
| }
|
|
|
| } // namespace ash
|
|
|