| Index: ash/desktop_background/desktop_background_widget_controller.cc
|
| diff --git a/ash/desktop_background/desktop_background_widget_controller.cc b/ash/desktop_background/desktop_background_widget_controller.cc
|
| index cb7a369f09120c7e68b654f28ca82e0da4610a65..9987f701c12f3b89506801a3a631cdf96160aad0 100644
|
| --- a/ash/desktop_background/desktop_background_widget_controller.cc
|
| +++ b/ash/desktop_background/desktop_background_widget_controller.cc
|
| @@ -34,6 +34,10 @@ DesktopBackgroundWidgetController::~DesktopBackgroundWidgetController() {
|
| layer_.reset(NULL);
|
| }
|
|
|
| +void DesktopBackgroundWidgetController::CleanUpWidget() {
|
| + widget_ = NULL;
|
| +}
|
| +
|
| void DesktopBackgroundWidgetController::SetBounds(gfx::Rect bounds) {
|
| if (widget_)
|
| widget_->SetBounds(bounds);
|
|
|