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

Unified Diff: ash/wm/window_animations.h

Issue 10875070: Makes workspace 2 show an alternate background (system background) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add delay Created 8 years, 4 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/wm/window_animations.h
diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
index 9ddbbaceefc4dd8ebc75d53f00b148d8dcb4f827..60f63ebac0a2489f4adb2abe24bd633e51fb6c6f 100644
--- a/ash/wm/window_animations.h
+++ b/ash/wm/window_animations.h
@@ -108,6 +108,9 @@ ASH_EXPORT void AnimateWorkspaceIn(aura::Window* window,
ASH_EXPORT void AnimateWorkspaceOut(aura::Window* window,
WorkspaceAnimationDirection direction);
+// Returns the amount of time before destroying the system background.
+ASH_EXPORT base::TimeDelta GetSystemBackgroundDestroyDuration();
+
namespace internal {
// Returns the duration of the cross-fade animation based on the |old_bounds|

Powered by Google App Engine
This is Rietveld 408576698