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 61a58a16b087c75dcc24d5443079943787552c46..a44333226285454f0033232fa5932201ff32bad2 100644 |
--- a/ash/wm/workspace/workspace_window_resizer.cc |
+++ b/ash/wm/workspace/workspace_window_resizer.cc |
@@ -394,7 +394,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 |