| 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 d04efd1fbedaeec624f86b968227d5970ea80c47..35e7d0d683e2a232c681bd614dfb430f95257b4e 100644
|
| --- a/ash/desktop_background/desktop_background_view.cc
|
| +++ b/ash/desktop_background/desktop_background_view.cc
|
| @@ -61,7 +61,6 @@ class ShowWallpaperAnimationObserver : public ui::ImplicitAnimationObserver,
|
| }
|
|
|
| virtual void OnImplicitAnimationsCompleted() OVERRIDE {
|
| - DCHECK(desktop_widget_);
|
| GetRootWindowController(root_window_)->HandleDesktopBackgroundVisible();
|
| ash::Shell::GetInstance()->user_wallpaper_delegate()->
|
| OnWallpaperAnimationFinished();
|
|
|