| Index: ash/desktop_background/desktop_background_controller.h
|
| diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
|
| index b575654bdd60a65231d974e51d94eb54d41cd78e..4601af7d7063eacdae1ae7b122e7522a39156212 100644
|
| --- a/ash/desktop_background/desktop_background_controller.h
|
| +++ b/ash/desktop_background/desktop_background_controller.h
|
| @@ -40,6 +40,9 @@ class UserWallpaperDelegate {
|
|
|
| // Notifies delegate that wallpaper animation has finished.
|
| virtual void OnWallpaperAnimationFinished() = 0;
|
| +
|
| + // Notifies delegate that wallpaper boot animation has finished.
|
| + virtual void OnWallpaperBootAnimationFinished() = 0;
|
| };
|
|
|
| // Loads selected desktop wallpaper from file system asynchronously and updates
|
|
|