Chromium Code Reviews| Index: ash/wm/workspace_controller.cc |
| diff --git a/ash/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc |
| index f23fcc9d999ab90d706b9e3cf75a48d9f44e104a..e58a2e6d98aac77d0c4bb988e84ec554b42a1d1e 100644 |
| --- a/ash/wm/workspace_controller.cc |
| +++ b/ash/wm/workspace_controller.cc |
| @@ -23,7 +23,7 @@ namespace internal { |
| namespace { |
| // Size of the grid when a grid is enabled. |
| -const int kGridSize = 8; |
| +const int kGridSize = 16; |
| } // namespace |