Index: ash/wm/workspace/workspace_event_filter.cc |
diff --git a/ash/wm/workspace/workspace_event_filter.cc b/ash/wm/workspace/workspace_event_filter.cc |
index f01b82faafdab829ec1c9e398583474ef697029d..7b2054f89fd8dcc100ebbd93412f84673349816c 100644 |
--- a/ash/wm/workspace/workspace_event_filter.cc |
+++ b/ash/wm/workspace/workspace_event_filter.cc |
@@ -70,7 +70,6 @@ bool WorkspaceEventFilter::PreHandleMouseEvent(aura::Window* target, |
case ui::ET_MOUSE_MOVED: { |
int component = |
target->delegate()->GetNonClientComponent(event->location()); |
- multi_window_resize_controller_.set_grid_size(grid_size()); |
multi_window_resize_controller_.Show(target, component, |
event->location()); |
break; |