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 6c1a2aece8af74bead36d4b352464efc0290666d..6a83c600893e14e5ea0c0355c62cf95d48fe6c1b 100644 |
--- a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc |
+++ b/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc |
@@ -34,6 +34,16 @@ class UserWallpaperDelegate : public ash::UserWallpaperDelegate { |
return true; |
} |
+ virtual int GetAnimationDurationOverride() OVERRIDE { |
+ // Return 0 to select the default. |
+ return 0; |
+ } |
+ |
+ virtual void SetAnimationDurationOverride( |
+ int animation_duration_in_ms) OVERRIDE { |
+ NOTIMPLEMENTED(); |
+ } |
+ |
virtual void UpdateWallpaper() OVERRIDE { |
SkBitmap bitmap; |
bitmap.setConfig(SkBitmap::kARGB_8888_Config, 16, 16); |