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