| Index: ash/desktop_background/desktop_background_controller.cc
|
| diff --git a/ash/desktop_background/desktop_background_controller.cc b/ash/desktop_background/desktop_background_controller.cc
|
| index b19e98fb3866a28ae118446b889e57da34306505..56bb41093c6fcda6aabe2fd11f69b91b24661e93 100644
|
| --- a/ash/desktop_background/desktop_background_controller.cc
|
| +++ b/ash/desktop_background/desktop_background_controller.cc
|
| @@ -97,7 +97,7 @@ bool DesktopBackgroundController::SetWallpaperImage(const gfx::ImageSkia& image,
|
|
|
| current_wallpaper_.reset(new WallpaperResizer(
|
| image, GetMaxDisplaySizeInNative(), layout, blocking_pool_));
|
| - current_wallpaper_->StartResize();
|
| + // current_wallpaper_->StartResize();
|
|
|
| FOR_EACH_OBSERVER(DesktopBackgroundControllerObserver,
|
| observers_,
|
|
|