| Index: ash/rotator/window_rotation.cc
 | 
| diff --git a/ash/rotator/window_rotation.cc b/ash/rotator/window_rotation.cc
 | 
| index a82d4ac0b6b3d8d73484a461f2d445588d74557a..b64477d976154d42429f5d3b1fa0c83c5192fd80 100644
 | 
| --- a/ash/rotator/window_rotation.cc
 | 
| +++ b/ash/rotator/window_rotation.cc
 | 
| @@ -83,8 +83,8 @@ void WindowRotation::InitTransform(ui::Layer* layer) {
 | 
|  
 | 
|    scoped_ptr<ui::InterpolatedTransform> translation(
 | 
|        new ui::InterpolatedTranslation(
 | 
| -          gfx::Point(0, 0), gfx::Point(new_pivot.x() - old_pivot.x(),
 | 
| -                                       new_pivot.y() - old_pivot.y())));
 | 
| +          gfx::PointF(), gfx::PointF(new_pivot.x() - old_pivot.x(),
 | 
| +                                     new_pivot.y() - old_pivot.y())));
 | 
|  
 | 
|    float scale_factor = 0.9f;
 | 
|    scoped_ptr<ui::InterpolatedTransform> scale_down(
 | 
| 
 |