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

Unified Diff: ash/default_user_wallpaper_delegate.h

Issue 190993003: Invalidate all wallpaper cache if display configuration changed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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
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;
« no previous file with comments | « no previous file | ash/default_user_wallpaper_delegate.cc » ('j') | ash/desktop_background/desktop_background_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698