| Index: ash/test/test_user_wallpaper_delegate.cc
|
| diff --git a/ash/test/test_user_wallpaper_delegate.cc b/ash/test/test_user_wallpaper_delegate.cc
|
| index cbf1e9ae71fccf7b79aabaca18242c3cf8ee3056..24ab287e5636d4830182646399ffcf690c491229 100644
|
| --- a/ash/test/test_user_wallpaper_delegate.cc
|
| +++ b/ash/test/test_user_wallpaper_delegate.cc
|
| @@ -15,8 +15,8 @@ TestUserWallpaperDelegate::TestUserWallpaperDelegate()
|
|
|
| TestUserWallpaperDelegate::~TestUserWallpaperDelegate() {}
|
|
|
| -void TestUserWallpaperDelegate::UpdateWallpaper() {
|
| - DefaultUserWallpaperDelegate::UpdateWallpaper();
|
| +void TestUserWallpaperDelegate::UpdateWallpaper(bool clear_cache) {
|
| + DefaultUserWallpaperDelegate::UpdateWallpaper(clear_cache);
|
| if (!custom_wallpaper_.isNull()) {
|
| Shell::GetInstance()->desktop_background_controller()->SetCustomWallpaper(
|
| custom_wallpaper_, WALLPAPER_LAYOUT_STRETCH);
|
|
|