| Index: ash/wm/workspace/workspace_layout_manager2.h
|
| diff --git a/ash/wm/workspace/workspace_layout_manager2.h b/ash/wm/workspace/workspace_layout_manager2.h
|
| index 636892de42fbca622185e936b3ed8c4d054f2325..771a56a5ca21168f4cf99fcb35b09b181a9c97fe 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager2.h
|
| +++ b/ash/wm/workspace/workspace_layout_manager2.h
|
| @@ -27,6 +27,10 @@ class Layer;
|
| }
|
|
|
| namespace ash {
|
| +
|
| +// We force at least this many DIPs for any window on the screen.
|
| +const int kMinimumOnScreenArea = 10;
|
| +
|
| namespace internal {
|
|
|
| class Workspace2;
|
|
|