| Index: ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| diff --git a/ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc b/ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| index 3862e76a32eb46eae9e55a3220faedb6e50e8a6a..a0252edad1efa6179445de62e300b6c0fa81d04e 100644
|
| --- a/ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| +++ b/ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| @@ -22,7 +22,7 @@ namespace ash {
|
| namespace {
|
|
|
| // The opacity of the backdrop.
|
| -const float kBackdropOpacity = 0.5f;
|
| +const float kBackdropOpacity = 1.0f;
|
|
|
| } // namespace
|
|
|
|
|