Index: ash/desktop_background/desktop_background_view.cc |
diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc |
index fcbd935639c5114f0ca42976826fc600b914106d..5db91357fc9d5d054a8ea84fb9146aafc8e567f9 100644 |
--- a/ash/desktop_background/desktop_background_view.cc |
+++ b/ash/desktop_background/desktop_background_view.cc |
@@ -51,7 +51,7 @@ class ShowWallpaperAnimationObserver : public ui::ImplicitAnimationObserver { |
// animation. |
if (root_window_->GetProperty(kComponentWrapper)) { |
internal::DesktopBackgroundWidgetController* component = |
- root_window_->GetProperty(kComponentWrapper)->component(); |
+ root_window_->GetProperty(kComponentWrapper)->GetComponent(true); |
root_window_->SetProperty(kWindowDesktopComponent, component); |
} |