| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index cf0e78ad527e3a46e27129318f999091a8fc57c4..cace07e51ceff6b194311686e157c3ae197f0e75 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1313,8 +1313,7 @@ void ShellSurface::AttemptToStartDrag(int component) {
|
| break;
|
| }
|
|
|
| - resizer_ = ash::CreateWindowResizer(ash::WmWindow::Get(window),
|
| - GetMouseLocation(), component,
|
| + resizer_ = ash::CreateWindowResizer(window, GetMouseLocation(), component,
|
| aura::client::WINDOW_MOVE_SOURCE_MOUSE);
|
| if (!resizer_)
|
| return;
|
|
|