| 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(
|
|
|