Index: ash/wm/workspace/workspace_window_resizer.cc |
diff --git a/ash/wm/workspace/workspace_window_resizer.cc b/ash/wm/workspace/workspace_window_resizer.cc |
index 26309d1e1e30ea517ed8eaf01616a051ce9aee2d..fc2297152b6cda6a436703170e97a8b3e411911c 100644 |
--- a/ash/wm/workspace/workspace_window_resizer.cc |
+++ b/ash/wm/workspace/workspace_window_resizer.cc |
@@ -284,6 +284,7 @@ void WorkspaceWindowResizer::Drag(const gfx::Point& location_in_parent, |
} |
void WorkspaceWindowResizer::CompleteDrag(int event_flags) { |
+ wm::SetUserHasChangedWindowPositionOrSize(details_.window, true); |
window()->layer()->SetOpacity(details_.initial_opacity); |
drag_phantom_window_controller_.reset(); |
snap_phantom_window_controller_.reset(); |