| Index: ash/common/wm/window_cycle_list.cc
|
| diff --git a/ash/common/wm/window_cycle_list.cc b/ash/common/wm/window_cycle_list.cc
|
| index f2318499bed5d3e98e18842a516d009f5a835297..11422e23dc3d23828a7512c7f9d3d94fbb9b0bc3 100644
|
| --- a/ash/common/wm/window_cycle_list.cc
|
| +++ b/ash/common/wm/window_cycle_list.cc
|
| @@ -254,7 +254,6 @@ class WindowCycleView : public views::WidgetDelegateView {
|
| target_window_(nullptr) {
|
| DCHECK(!windows.empty());
|
| SetPaintToLayer(true);
|
| - layer()->SetBackgroundBlur(4);
|
| layer()->SetFillsBoundsOpaquely(false);
|
| layer()->SetMasksToBounds(true);
|
| layer()->SetOpacity(0.0);
|
| @@ -266,7 +265,7 @@ class WindowCycleView : public views::WidgetDelegateView {
|
| }
|
|
|
| set_background(views::Background::CreateSolidBackground(
|
| - SkColorSetA(SK_ColorBLACK, 0xCC)));
|
| + SkColorSetA(SK_ColorBLACK, 0xE6)));
|
|
|
| const int kInsideBorderPaddingDip = 64;
|
| const int kBetweenChildPaddingDip = 10;
|
|
|