| Index: trunk/src/ash/wm/drag_window_resizer.cc
|
| ===================================================================
|
| --- trunk/src/ash/wm/drag_window_resizer.cc (revision 244019)
|
| +++ trunk/src/ash/wm/drag_window_resizer.cc (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include "ash/wm/coordinate_conversion.h"
|
| #include "ash/wm/drag_window_controller.h"
|
| #include "ash/wm/window_state.h"
|
| -#include "ash/wm/window_util.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/env.h"
|
| @@ -150,9 +149,6 @@
|
| dst_bounds.set_x(
|
| last_mouse_location_in_screen.x() - dst_bounds.width());
|
| }
|
| - ash::wm::AdjustBoundsToEnsureMinimumWindowVisibility(
|
| - dst_display.bounds(), &dst_bounds);
|
| -
|
| GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
|
| }
|
| }
|
|
|