| Index: ash/wm/workspace/workspace_window_resizer.cc
|
| ===================================================================
|
| --- ash/wm/workspace/workspace_window_resizer.cc (revision 150582)
|
| +++ ash/wm/workspace/workspace_window_resizer.cc (working copy)
|
| @@ -88,7 +88,7 @@
|
| wm::GetRootWindowRelativeToWindow(window()->parent(), location);
|
| aura::RootWindow* current_root = actual_location.first;
|
| gfx::Point location_in_parent = actual_location.second;
|
| - aura::Window::ConvertPointToWindow(current_root,
|
| + aura::Window::ConvertPointToTarget(current_root,
|
| window()->parent(),
|
| &location_in_parent);
|
|
|
|
|