| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 9663ff91fb64b9db87fc65d0dfe94ca293d991f7..66e0e36c5d36b9ff60064886a32fab22ab1dc8a2 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -117,6 +117,10 @@ class DummyUserWallpaperDelegate : public UserWallpaperDelegate {
|
|
|
| virtual ~DummyUserWallpaperDelegate() {}
|
|
|
| + virtual ash::WindowVisibilityAnimationType GetAnimationType() OVERRIDE {
|
| + return WINDOW_VISIBILITY_ANIMATION_TYPE_FADE;
|
| + }
|
| +
|
| virtual void InitializeWallpaper() OVERRIDE {
|
| ash::Shell::GetInstance()->desktop_background_controller()->
|
| CreateEmptyWallpaper();
|
|
|