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

Unified Diff: ash/shell.cc

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
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 77678e09dcaedb641cbb281d1f6b75f51593d4ee..c9becb3c0b87de17c1f0e96ff152a77e942268b9 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -117,6 +117,10 @@ class DummyUserWallpaperDelegate : public UserWallpaperDelegate {
virtual ~DummyUserWallpaperDelegate() {}
+ virtual ash::WindowVisibilityAnimationType GetAnimationType() OVERRIDE {
+ return WINDOW_VISIBILITY_ANIMATION_TYPE_FADE;
+ }
+
virtual void InitializeWallpaper() OVERRIDE {
ash::Shell::GetInstance()->desktop_background_controller()->
CreateEmptyWallpaper();

Powered by Google App Engine
This is Rietveld 408576698