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

Unified Diff: chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc

Issue 190993003: Invalidate all wallpaper cache if display configuration changed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment to be more specific 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: chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc
diff --git a/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc b/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc
index a4dcf449e0deb84ff883a340cd48ed06fd32d283..5ab4e6abc99ada6228d46ce9ab73248eb2007176 100644
--- a/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc
+++ b/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc
@@ -83,8 +83,8 @@ class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
return true;
}
- virtual void UpdateWallpaper() OVERRIDE {
- chromeos::WallpaperManager::Get()->UpdateWallpaper();
+ virtual void UpdateWallpaper(bool clear_cache) OVERRIDE {
+ chromeos::WallpaperManager::Get()->UpdateWallpaper(clear_cache);
}
virtual void InitializeWallpaper() OVERRIDE {
« no previous file with comments | « ash/test/test_user_wallpaper_delegate.cc ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698