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

Unified Diff: ash/launcher/launcher.cc

Issue 11348366: New resources for launcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resource Created 8 years 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 | ash/launcher/launcher_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.cc
diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc
index b794cc3880c81a49af1a86ba20827e5a97300277..f38b5675e6e571d0fe64de33fbee610c3dc85072 100644
--- a/ash/launcher/launcher.cc
+++ b/ash/launcher/launcher.cc
@@ -108,7 +108,7 @@ class DimmerView : public views::WidgetDelegateView,
if (!launcher_background) {
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
launcher_background =
- rb.GetImageNamed(IDR_AURA_LAUNCHER_DIMMING).ToImageSkia();
+ rb.GetImageNamed(IDR_AURA_LAUNCHER_DIMMING_BOTTOM).ToImageSkia();
}
paint.setAlpha(kDimAlpha);
canvas->DrawImageInt(
@@ -171,7 +171,7 @@ void Launcher::DelegateView::OnPaintBackground(gfx::Canvas* canvas) {
if (!launcher_background) {
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
launcher_background =
- rb.GetImageNamed(IDR_AURA_LAUNCHER_BACKGROUND).ToImageSkia();
+ rb.GetImageNamed(IDR_AURA_LAUNCHER_BACKGROUND_BOTTOM).ToImageSkia();
}
paint.setAlpha(alpha_);
canvas->DrawImageInt(
« no previous file with comments | « no previous file | ash/launcher/launcher_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698