| Index: ash/wm/window_animations.cc
|
| diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc
|
| index 277f537db578ea05a920f75775e175aafde88f3d..93af37a0bb24c4d2b51d9290d2b95b3f99ea5aed 100644
|
| --- a/ash/wm/window_animations.cc
|
| +++ b/ash/wm/window_animations.cc
|
| @@ -62,8 +62,8 @@ const float kWindowAnimation_ShowOpacity = 1.f;
|
| const float kLayerScaleAboveSize = 1.1f;
|
| const float kLayerScaleBelowSize = .9f;
|
|
|
| -int64 Round64(float f) {
|
| - return static_cast<int64>(f + 0.5f);
|
| +int64_t Round64(float f) {
|
| + return static_cast<int64_t>(f + 0.5f);
|
| }
|
|
|
| base::TimeDelta GetCrossFadeDuration(aura::Window* window,
|
|
|