| Index: ash/rotator/screen_rotation_animation.cc
|
| diff --git a/ash/rotator/screen_rotation_animation.cc b/ash/rotator/screen_rotation_animation.cc
|
| index d4ca5193c46ec5414ef2163c49277e053e40aae5..bd4da81314476d683e4b57de213c23978929091e 100644
|
| --- a/ash/rotator/screen_rotation_animation.cc
|
| +++ b/ash/rotator/screen_rotation_animation.cc
|
| @@ -68,6 +68,9 @@ void ScreenRotationAnimation::OnGetTarget(TargetValue* target) const {
|
| }
|
|
|
| void ScreenRotationAnimation::OnAbort(ui::LayerAnimationDelegate* delegate) {
|
| + TargetValue target_value;
|
| + OnGetTarget(&target_value);
|
| + delegate->SetTransformFromAnimation(target_value.transform);
|
| }
|
|
|
| } // namespace ash
|
|
|