Index: ash/wm/workspace/workspace_manager.cc |
diff --git a/ash/wm/workspace/workspace_manager.cc b/ash/wm/workspace/workspace_manager.cc |
index 5f248fbe624da1a3e4682fd3e5f04b52b25cd8b8..acff59619d75b5fe43e654a92b57798f17da60c3 100644 |
--- a/ash/wm/workspace/workspace_manager.cc |
+++ b/ash/wm/workspace/workspace_manager.cc |
@@ -343,7 +343,7 @@ void WorkspaceManager::SetWindowBoundsFromRestoreBounds(aura::Window* window) { |
bounds = restore->AdjustToFit(GetWorkAreaBounds()); |
else |
bounds = window->bounds().AdjustToFit(GetWorkAreaBounds()); |
- SetWindowBounds(window, AlignRectToGrid(bounds, grid_size_)); |
+ SetWindowBounds(window, bounds); |
ash::ClearRestoreBounds(window); |
} |