| Index: ui/wm/core/window_animations.cc
|
| diff --git a/ui/wm/core/window_animations.cc b/ui/wm/core/window_animations.cc
|
| index 2497ffaecaaf449b4d17db63fcea8f1323fe8f38..129cfda8b22facd180dd5bd77c0993fe2729b057 100644
|
| --- a/ui/wm/core/window_animations.cc
|
| +++ b/ui/wm/core/window_animations.cc
|
| @@ -460,8 +460,8 @@ void AddLayerAnimationsForRotate(aura::Window* window, bool show) {
|
| scale.release()));
|
|
|
| scoped_ptr<ui::InterpolatedTransform> translation(
|
| - new ui::InterpolatedTranslation(gfx::Point(), gfx::Point(
|
| - 0, kWindowAnimation_Rotate_TranslateY)));
|
| + new ui::InterpolatedTranslation(
|
| + gfx::PointF(), gfx::PointF(0, kWindowAnimation_Rotate_TranslateY)));
|
|
|
| scoped_ptr<ui::InterpolatedTransform> rotation(
|
| new ui::InterpolatedAxisAngleRotation(
|
|
|