Chromium Code Reviews| Index: ash/wm/window_resizer.cc |
| diff --git a/ash/wm/window_resizer.cc b/ash/wm/window_resizer.cc |
| index 6ea755233fcc62be71fe72712aa001e856f8f17f..93f0d558d1cc393bb043c714c48756229964eb75 100644 |
| --- a/ash/wm/window_resizer.cc |
| +++ b/ash/wm/window_resizer.cc |
| @@ -211,6 +211,7 @@ gfx::Rect WindowResizer::CalculateBoundsForDrag( |
| new_bounds.set_y(0); |
| new_bounds.set_height(new_bounds.height() + delta); |
| } |
| + // Mark as user changed. |
| return new_bounds; |
| } |