Index: ash/common/shelf/shelf_button.cc |
diff --git a/ash/common/shelf/shelf_button.cc b/ash/common/shelf/shelf_button.cc |
index e7b4c0584e8b8faaae303ea1f38733550ed1a4c6..613f9cd0551a2a1ac66f1279490757e8e9f7d139 100644 |
--- a/ash/common/shelf/shelf_button.cc |
+++ b/ash/common/shelf/shelf_button.cc |
@@ -273,7 +273,7 @@ ShelfButton::ShelfButton(InkDropButtonListener* listener, ShelfView* shelf_view) |
icon_shadows_.assign(kShadows, kShadows + arraysize(kShadows)); |
// TODO: refactor the layers so each button doesn't require 2. |
- icon_view_->SetPaintToLayer(true); |
+ icon_view_->SetPaintToLayer(); |
icon_view_->layer()->SetFillsBoundsOpaquely(false); |
icon_view_->SetHorizontalAlignment(views::ImageView::CENTER); |
icon_view_->SetVerticalAlignment(views::ImageView::LEADING); |