Index: ash/desktop_background/desktop_background_controller.cc |
diff --git a/ash/desktop_background/desktop_background_controller.cc b/ash/desktop_background/desktop_background_controller.cc |
index 1aee949b6ede371f5537e625a9882363ce579ee3..6216dec7105b1adebca3aa6f91412266bd4fa9c5 100644 |
--- a/ash/desktop_background/desktop_background_controller.cc |
+++ b/ash/desktop_background/desktop_background_controller.cc |
@@ -438,7 +438,7 @@ void DesktopBackgroundController::UpdateWallpaper() { |
current_default_wallpaper_path_ = base::FilePath(); |
current_default_wallpaper_resource_id_ = -1; |
ash::Shell::GetInstance()->user_wallpaper_delegate()-> |
- UpdateWallpaper(); |
+ UpdateWallpaper(true /* clear cache */); |
} |
// static |