Index: ash/common/shelf/app_list_button.cc |
diff --git a/ash/common/shelf/app_list_button.cc b/ash/common/shelf/app_list_button.cc |
index 871ed0fb4980ca5758c6fa09c022a0b7f4384bd1..b8cc2564eab7541a42793019f8cae43e108332f1 100644 |
--- a/ash/common/shelf/app_list_button.cc |
+++ b/ash/common/shelf/app_list_button.cc |
@@ -193,8 +193,6 @@ void AppListButton::PaintAppListButton(gfx::Canvas* canvas, |
if (WmShell::Get()->GetAppListTargetVisibility() || |
draw_background_as_active_) { |
background_image_id = IDR_AURA_LAUNCHER_BACKGROUND_PRESSED; |
- } else if (wm_shelf_->IsDimmed()) { |
- background_image_id = IDR_AURA_LAUNCHER_BACKGROUND_ON_BLACK; |
} else { |
background_image_id = IDR_AURA_LAUNCHER_BACKGROUND_NORMAL; |
} |