summaryrefslogtreecommitdiffstats
path: root/ash/default_user_wallpaper_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/default_user_wallpaper_delegate.cc')
-rw-r--r--ash/default_user_wallpaper_delegate.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/ash/default_user_wallpaper_delegate.cc b/ash/default_user_wallpaper_delegate.cc
index 168fc9d..5caddf0 100644
--- a/ash/default_user_wallpaper_delegate.cc
+++ b/ash/default_user_wallpaper_delegate.cc
@@ -13,6 +13,14 @@ int DefaultUserWallpaperDelegate::GetAnimationType() {
return views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE;
}
+int DefaultUserWallpaperDelegate::GetAnimationDurationOverride() {
+ return 0;
+}
+
+void DefaultUserWallpaperDelegate::SetAnimationDurationOverride(
+ int animation_duration_in_ms) {
+}
+
bool DefaultUserWallpaperDelegate::ShouldShowInitialAnimation() {
return false;
}