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

Unified Diff: ash/launcher/launcher_types.cc

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
Index: ash/launcher/launcher_types.cc
diff --git a/ash/launcher/launcher_types.cc b/ash/launcher/launcher_types.cc
index 46fc827ade22169a8fd3dff612e5c7f8b23fa4e2..eb806428d564d77b4daec10c085c126bfb934de8 100644
--- a/ash/launcher/launcher_types.cc
+++ b/ash/launcher/launcher_types.cc
@@ -8,6 +8,7 @@ namespace ash {
const int kLauncherPreferredSize = 48;
const int kLauncherBackgroundAlpha = 204;
+const int kTimeToSwitchBackgroundMs = 1000;
LauncherItem::LauncherItem()
: type(TYPE_UNDEFINED),

Powered by Google App Engine
This is Rietveld 408576698