| Index: ash/common/ash_switches.cc
|
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
|
| index ef0fb1c7a068a4466092cb342813c646906fc0c1..480c274f4b8301ec0ccdae2bcc004596fc55170b 100644
|
| --- a/ash/common/ash_switches.cc
|
| +++ b/ash/common/ash_switches.cc
|
| @@ -102,6 +102,16 @@ const char kAshMaterialDesignDisabled[] = "disabled";
|
| const char kAshMaterialDesignEnabled[] = "enabled";
|
| const char kAshMaterialDesignExperimental[] = "experimental";
|
|
|
| +// Specifies a maximum number of preview windows in overview mode that still
|
| +// allows using mask layers to hide the original window header and use rounded
|
| +// corners.
|
| +const char kAshMaxWindowsToUseMaskInOverview[] = "ash-max-previews-to-use-mask";
|
| +
|
| +// Specifies a maximum number of preview windows in overview mode that still
|
| +// allows using alpha shapes to hide the original window header.
|
| +const char kAshMaxWindowsToUseShapeInOverview[] =
|
| + "ash-max-previews-to-use-shape";
|
| +
|
| // Specifies the layout mode and offsets for the secondary display for
|
| // testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT,
|
| // b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display
|
|
|