| Index: ash/default_user_wallpaper_delegate.h
|
| diff --git a/ash/default_user_wallpaper_delegate.h b/ash/default_user_wallpaper_delegate.h
|
| index 9978738e5ecc4dedc4da1099457b4fd7dde730b6..ad7da6c939a1351cddc86ad50c908f98236c32db 100644
|
| --- a/ash/default_user_wallpaper_delegate.h
|
| +++ b/ash/default_user_wallpaper_delegate.h
|
| @@ -23,7 +23,7 @@ class ASH_EXPORT DefaultUserWallpaperDelegate : public UserWallpaperDelegate {
|
| virtual void SetAnimationDurationOverride(
|
| int animation_duration_in_ms) OVERRIDE;
|
| virtual bool ShouldShowInitialAnimation() OVERRIDE;
|
| - virtual void UpdateWallpaper() OVERRIDE;
|
| + virtual void UpdateWallpaper(bool clear_cache) OVERRIDE;
|
| virtual void InitializeWallpaper() OVERRIDE;
|
| virtual void OpenSetWallpaperPage() OVERRIDE;
|
| virtual bool CanOpenSetWallpaperPage() OVERRIDE;
|
|
|