| Index: ash/wm/workspace/workspace_window_resizer.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer.cc b/ash/wm/workspace/workspace_window_resizer.cc
|
| index 7c9394bbb6db7164661488104ce610e03c10f959..99d9a87c9bbacd8af27253c15417402962782c85 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer.cc
|
| @@ -390,7 +390,7 @@ void WorkspaceWindowResizer::Drag(const gfx::Point& location_in_parent,
|
| gfx::Point location_in_screen = location_in_parent;
|
| wm::ConvertPointToScreen(window()->parent(), &location_in_screen);
|
|
|
| - aura::RootWindow* root = NULL;
|
| + aura::Window* root = NULL;
|
| gfx::Display display =
|
| ScreenAsh::FindDisplayContainingPoint(location_in_screen);
|
| // Track the last screen that the pointer was on to keep the snap phantom
|
|
|