Index: ash/accelerators/accelerator_controller.cc |
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
index 24017e032ed5f83ddcd304c9fd6e9826b103c84e..1d52e68a60f4aa639d27875f828d53bbcdb5b432 100644 |
--- a/ash/accelerators/accelerator_controller.cc |
+++ b/ash/accelerators/accelerator_controller.cc |
@@ -108,7 +108,7 @@ bool HandleToggleDesktopBackgroundMode() { |
ash::DesktopBackgroundController::BACKGROUND_IMAGE) |
desktop_background_controller->SetDesktopBackgroundSolidColorMode(); |
else |
- desktop_background_controller->SetPreviousDesktopBackgroundImage(); |
+ desktop_background_controller->OnDesktopBackgroundChanged(); |
return true; |
} |