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

Unified Diff: ash/common/system/overview/overview_button_tray.cc

Issue 2723843002: Remove non-MD code from TrayBackgroundView (Closed)
Patch Set: Removed extra resources Created 3 years, 10 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
Index: ash/common/system/overview/overview_button_tray.cc
diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc
index 313bb8f87425c70ce2171841bd4f79a3c5d07941..8ac2e3f8296f994a993f4daf491d258a9969cedb 100644
--- a/ash/common/system/overview/overview_button_tray.cc
+++ b/ash/common/system/overview/overview_button_tray.cc
@@ -23,7 +23,7 @@ namespace ash {
OverviewButtonTray::OverviewButtonTray(WmShelf* wm_shelf)
: TrayBackgroundView(wm_shelf), icon_(new views::ImageView()) {
SetInkDropMode(InkDropMode::ON);
- SetContentsBackground(false);
+ SetContentsBackground();
icon_->SetImage(CreateVectorIcon(kShelfOverviewIcon, kShelfIconColor));
SetIconBorderForShelfAlignment();

Powered by Google App Engine
This is Rietveld 408576698