| Index: ash/rotator/screen_rotation.cc
|
| diff --git a/ash/rotator/screen_rotation.cc b/ash/rotator/screen_rotation.cc
|
| index 686bc89aedcbc724b5dba951b85c1ef0703fbcd1..2f0dc850e68426b7561ded4079824d60a421e747 100644
|
| --- a/ash/rotator/screen_rotation.cc
|
| +++ b/ash/rotator/screen_rotation.cc
|
| @@ -117,7 +117,7 @@ void ScreenRotation::OnGetTarget(TargetValue* target) const {
|
| target->transform = interpolated_transform_->Interpolate(1.0);
|
| }
|
|
|
| -void ScreenRotation::OnAbort() {
|
| +void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) {
|
| }
|
|
|
| // static
|
|
|