Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3298)

Unified Diff: ash/common/wm/window_cycle_list.cc

Issue 2333323003: Remove blur from CrOS alt-tab shield (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698