Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1187)

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 10800020: Add brightness/grayscale animations and use them for OOBE boot transition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove test change Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_view.cc » ('j') | ash/wm/window_animations.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 acdd7cf760d48bbd73ed3b15da073f4fbbe3b505..b575654bdd60a65231d974e51d94eb54d41cd78e 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -7,6 +7,7 @@
#include "ash/ash_export.h"
#include "ash/desktop_background/desktop_background_resources.h"
+#include "ash/wm/window_animations.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
@@ -24,6 +25,9 @@ class UserWallpaperDelegate {
public:
virtual ~UserWallpaperDelegate() {}
+ // Returns type of window animation that should be used when showin wallpaper.
bshe 2012/07/19 20:43:38 nit: showin=>showing
+ virtual ash::WindowVisibilityAnimationType GetAnimationType() = 0;
+
// Initialize wallpaper.
virtual void InitializeWallpaper() = 0;
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_view.cc » ('j') | ash/wm/window_animations.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698