| Index: ash/wm/workspace/workspace_manager.h
|
| diff --git a/ash/wm/workspace/workspace_manager.h b/ash/wm/workspace/workspace_manager.h
|
| index bb685b854345818f56d8b09b7a2ce1fc1eba754e..67a60689693188043b2786619e5d4dc89c2c3cb8 100644
|
| --- a/ash/wm/workspace/workspace_manager.h
|
| +++ b/ash/wm/workspace/workspace_manager.h
|
| @@ -66,7 +66,7 @@ class ASH_EXPORT WorkspaceManager {
|
|
|
| // Sets the size of the grid. Newly added windows are forced to align to the
|
| // size of the grid.
|
| - void set_grid_size(int size) { grid_size_ = size; }
|
| + void SetGridSize(int grid_size);
|
| int grid_size() const { return grid_size_; }
|
|
|
| void set_shelf(ShelfLayoutManager* shelf) { shelf_ = shelf; }
|
|
|