Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ash / default_user_wallpaper_delegate.cc
index 168fc9d..5caddf0 100644 (file)
@@ -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;
 }