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

Unified Diff: ash/shelf/app_list_button.cc

Issue 2287753002: Fix background of overflow shelf icon (Closed)
Patch Set: Created 4 years, 4 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 | « ash/resources/default_200_percent/common/shelf/status_launcher_icon_background_pressed.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/app_list_button.cc
diff --git a/ash/shelf/app_list_button.cc b/ash/shelf/app_list_button.cc
index 1e491bfea8dfe01f05a5a8bc5a395ad600c0ea94..69b12b51360b5335fe0cd5015d1f375daeac3e74 100644
--- a/ash/shelf/app_list_button.cc
+++ b/ash/shelf/app_list_button.cc
@@ -181,12 +181,12 @@ void AppListButton::PaintAppListButton(gfx::Canvas* canvas,
if (Shell::GetInstance()->GetAppListTargetVisibility() ||
draw_background_as_active_) {
- background_image_id = IDR_AURA_NOTIFICATION_BACKGROUND_PRESSED;
+ background_image_id = IDR_AURA_LAUNCHER_BACKGROUND_PRESSED;
} else {
if (shelf_view_->shelf()->shelf_widget()->GetDimsShelf()) {
- background_image_id = IDR_AURA_NOTIFICATION_BACKGROUND_ON_BLACK;
+ background_image_id = IDR_AURA_LAUNCHER_BACKGROUND_ON_BLACK;
} else {
- background_image_id = IDR_AURA_NOTIFICATION_BACKGROUND_NORMAL;
+ background_image_id = IDR_AURA_LAUNCHER_BACKGROUND_NORMAL;
}
}
« no previous file with comments | « ash/resources/default_200_percent/common/shelf/status_launcher_icon_background_pressed.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698