summaryrefslogtreecommitdiffstats
path: root/ash/wm/workspace/workspace_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/workspace/workspace_manager.cc')
-rw-r--r--ash/wm/workspace/workspace_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/workspace/workspace_manager.cc b/ash/wm/workspace/workspace_manager.cc
index 43c4ef0..8fe68ca 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);
}