| Index: ash/wm/window_state.cc
|
| diff --git a/ash/wm/window_state.cc b/ash/wm/window_state.cc
|
| index ca1e4bc99429155989783483541f4d897990be05..d0aacce258968a3901d355df0df92b876e12d2a1 100644
|
| --- a/ash/wm/window_state.cc
|
| +++ b/ash/wm/window_state.cc
|
| @@ -378,6 +378,7 @@ void WindowState::SetBoundsDirect(const gfx::Rect& bounds) {
|
| std::max(min_size.height(), actual_new_bounds.height()));
|
| }
|
| BoundsSetter().SetBounds(window_, actual_new_bounds);
|
| + SnapWindowToPixelBoundary(window_);
|
| }
|
|
|
| void WindowState::SetBoundsConstrained(const gfx::Rect& bounds) {
|
|
|