Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / ash / user_wallpaper_delegate_win.cc
index c058b59..92ce758 100644 (file)
@@ -58,8 +58,9 @@ class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
     }
 #endif
     gfx::ImageSkia wallpaper = gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
-    ash::Shell::GetInstance()->desktop_background_controller()->
-        SetCustomWallpaper(wallpaper, ash::WALLPAPER_LAYOUT_TILE);
+    ash::Shell::GetInstance()
+        ->desktop_background_controller()
+        ->SetWallpaperImage(wallpaper, ash::WALLPAPER_LAYOUT_TILE);
   }
 
   virtual void InitializeWallpaper() OVERRIDE {