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

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

Issue 2342673002: 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 17591a081d7202d24f45f35ec35e6080ee716f7b..b6e82e332e82ea0d7f366bf2909514f7c251c6e3 100644
--- a/ash/common/wm/window_cycle_list.cc
+++ b/ash/common/wm/window_cycle_list.cc
@@ -255,7 +255,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);
@@ -267,7 +266,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