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 |