| 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 ef776450ce8cf7a2632898443b3440374c9dbc12..86b9693f9abce4c54e77019266e450e1183d0302 100644
|
| --- a/ash/wm/workspace/multi_window_resize_controller.cc
|
| +++ b/ash/wm/workspace/multi_window_resize_controller.cc
|
| @@ -408,7 +408,7 @@ void MultiWindowResizeController::Resize(const gfx::Point& screen_location) {
|
| aura::Window::ConvertPointToWindow(windows_.window1->GetRootWindow(),
|
| windows_.window1->parent(),
|
| &parent_location);
|
| - window_resizer_->Drag(parent_location);
|
| + window_resizer_->Drag(parent_location, 0);
|
| gfx::Rect bounds = CalculateResizeWidgetBounds(parent_location);
|
| if (windows_.direction == LEFT_RIGHT)
|
| bounds.set_y(show_bounds_.y());
|
|
|