| Index: ash/rotator/screen_rotation.h
|
| diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
|
| index 339b99f7dcd60cce0475ad4fa33944571c0ce6f9..2f9616a648f3eb1805b5c64a184b1f90f7f87098 100644
|
| --- a/ash/rotator/screen_rotation.h
|
| +++ b/ash/rotator/screen_rotation.h
|
| @@ -43,7 +43,7 @@ class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement {
|
| virtual bool OnProgress(double t,
|
| ui::LayerAnimationDelegate* delegate) OVERRIDE;
|
| virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
|
| - virtual void OnAbort() OVERRIDE;
|
| + virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
|
|
|
| static const ui::LayerAnimationElement::AnimatableProperties&
|
| GetProperties();
|
|
|