Index: ash/wm/workspace/multi_window_resize_controller.cc |
diff --git a/ash/wm/workspace/multi_window_resize_controller.cc b/ash/wm/workspace/multi_window_resize_controller.cc |
index 798b5c46d8e9562dc2a1d4fcbaf8ebe4e58c8293..8880e330032093d1ab1556341016cefb0d5d1608 100644 |
--- a/ash/wm/workspace/multi_window_resize_controller.cc |
+++ b/ash/wm/workspace/multi_window_resize_controller.cc |
@@ -434,7 +434,11 @@ void MultiWindowResizeController::StartResize( |
} |
int component = windows_.direction == LEFT_RIGHT ? HTRIGHT : HTBOTTOM; |
window_resizer_.reset(WorkspaceWindowResizer::Create( |
- windows_.window1, location_in_parent, component, windows)); |
+ windows_.window1, |
+ location_in_parent, |
+ component, |
+ aura::client::WINDOW_MOVE_SOURCE_MOUSE, |
+ windows)); |
} |
void MultiWindowResizeController::Resize(const gfx::Point& location_in_screen, |