Index: ash/wm/window_resizer.cc |
diff --git a/ash/wm/window_resizer.cc b/ash/wm/window_resizer.cc |
index 6ea755233fcc62be71fe72712aa001e856f8f17f..aa7c7fa10828c1c4a3bab40ce07e21da8506f6aa 100644 |
--- a/ash/wm/window_resizer.cc |
+++ b/ash/wm/window_resizer.cc |
@@ -211,6 +211,8 @@ gfx::Rect WindowResizer::CalculateBoundsForDrag( |
new_bounds.set_y(0); |
new_bounds.set_height(new_bounds.height() + delta); |
} |
+ // Mark as user changed. |
+ wm::SetUserHasChangedWindowPositionOrSize(details.window, true); |
sky
2012/10/16 17:25:34
Putting this here means if the user reverts the mo
Mr4D (OOO till 08-26)
2012/10/16 19:00:28
Done.
|
return new_bounds; |
} |