Index: ash/accelerators/accelerator_controller.cc |
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
index 63b86e142519fe40c565c5f714ec579395aedd56..511087dbff601623c2eaf760f77ae670fb7106d6 100644 |
--- a/ash/accelerators/accelerator_controller.cc |
+++ b/ash/accelerators/accelerator_controller.cc |
@@ -610,8 +610,7 @@ bool AcceleratorController::PerformAction(int action, |
internal::SnapSizer sizer(window, |
gfx::Point(), |
action == WINDOW_SNAP_LEFT ? internal::SnapSizer::LEFT_EDGE : |
- internal::SnapSizer::RIGHT_EDGE, |
- shell->GetGridSize()); |
+ internal::SnapSizer::RIGHT_EDGE); |
if (wm::IsWindowFullscreen(window) || |
wm::IsWindowMaximized(window)) { |
// Before we can set the bounds we need to restore the window. |