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

Unified Diff: ash/desktop_background/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/desktop_background/user_wallpaper_delegate.h
diff --git a/ash/desktop_background/user_wallpaper_delegate.h b/ash/desktop_background/user_wallpaper_delegate.h
index e1e7f70e52b464e0e0309ad22cfed4380c2dbca0..7026c1831bf4dd9464f70e7c0cd8bcc767260191 100644
--- a/ash/desktop_background/user_wallpaper_delegate.h
+++ b/ash/desktop_background/user_wallpaper_delegate.h
@@ -32,7 +32,7 @@ class ASH_EXPORT UserWallpaperDelegate {
// Updates current wallpaper. It may switch the size of wallpaper based on the
// current display's resolution.
Nikita (slow) 2014/03/11 16:34:50 nit: |clear_cache| parameter description
bshe 2014/03/11 22:52:35 Done.
- virtual void UpdateWallpaper() = 0;
+ virtual void UpdateWallpaper(bool clear_cache) = 0;
// Initialize wallpaper.
virtual void InitializeWallpaper() = 0;

Powered by Google App Engine
This is Rietveld 408576698