| Index: chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
|
| diff --git a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc b/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
|
| index 6a83c600893e14e5ea0c0355c62cf95d48fe6c1b..2c040bd8ce91de538bb82b99b5049242bf592807 100644
|
| --- a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
|
| +++ b/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
|
| @@ -27,7 +27,7 @@ class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
|
| virtual int GetAnimationType() OVERRIDE {
|
| return ShouldShowInitialAnimation() ?
|
| ash::WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE :
|
| - static_cast<int>(views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
|
| + static_cast<int>(wm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
|
| }
|
|
|
| virtual bool ShouldShowInitialAnimation() OVERRIDE {
|
|
|