| 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 917e0abe795fad5b810ff74aed4ad66844ab424d..6a94e2f98771352b9104975998d63695ed2395e9 100644
|
| --- a/ash/desktop_background/desktop_background_controller.cc
|
| +++ b/ash/desktop_background/desktop_background_controller.cc
|
| @@ -124,9 +124,9 @@ WallpaperLayout DesktopBackgroundController::GetWallpaperLayout() const {
|
| return CENTER_CROPPED;
|
| }
|
|
|
| -SkBitmap DesktopBackgroundController::GetCurrentWallpaperImage() {
|
| +gfx::ImageSkia DesktopBackgroundController::GetCurrentWallpaperImage() {
|
| if (desktop_background_mode_ != BACKGROUND_IMAGE)
|
| - return SkBitmap();
|
| + return gfx::ImageSkia();
|
| return GetWallpaper();
|
| }
|
|
|
|
|