summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/user_wallpaper_delegate_win.cc')
-rw-r--r--chrome/browser/ui/ash/user_wallpaper_delegate_win.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc b/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc
index 6c1a2ae..6a83c60 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);