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

Unified Diff: ash/launcher/launcher_types.h

Issue 98373006: Animating docked background in sync with shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Animating docked background in sync with shelf (corner) Created 7 years 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/launcher/launcher_types.cc » ('j') | ash/shelf/background_animator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index c60062902a8177020dc30a6797a3f9a4ad3cc1c8..ade2dd95f2063bce069c136c9f31287b2bc77546 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -21,6 +21,9 @@ ASH_EXPORT extern const int kLauncherPreferredSize;
// Max alpha of the launcher background.
ASH_EXPORT extern const int kLauncherBackgroundAlpha;
+// Animation duration for switching black shelf and dock background on and off.
+ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
+
// Type the LauncherItem represents.
enum LauncherItemType {
// Represents a running app panel.
« no previous file with comments | « no previous file | ash/launcher/launcher_types.cc » ('j') | ash/shelf/background_animator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698