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

Unified Diff: ash/wm/window_animations.h

Issue 2237613002: mash: Migrate some misc ShelfLayoutManager deps to ash common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ShelfBezelEventHandler to WmShelfAura. Created 4 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 7543ecc68bb760d03c43705cea7dc99fba00107d..ff1566abf4558e7f603a0f494bdfeaa612de621d 100644
--- a/ash/wm/window_animations.h
+++ b/ash/wm/window_animations.h
@@ -32,9 +32,6 @@ enum LayerScaleAnimationDirection {
LAYER_SCALE_ANIMATION_BELOW,
};
-// Amount of time for the cross fade animation.
-extern const int kCrossFadeDurationMS;
James Cook 2016/08/11 00:50:06 WDYT of leaving this where it is, and introducing
msw 2016/08/11 02:08:51 Done.
-
// Implementation of cross fading. Window is the window being cross faded. It
// should be at the target bounds. |old_layer_owner| contains the previous layer
// from |window|. |tween_type| specifies the tween type of the cross fade

Powered by Google App Engine
This is Rietveld 408576698