Index: ash/rotator/screen_rotation.h |
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h |
index 88bad2b3af5aa187fec4daee55f42e99fc4c4f63..fb9331d02c32c36e97ebac7509284fd122eb3bc7 100644 |
--- a/ash/rotator/screen_rotation.h |
+++ b/ash/rotator/screen_rotation.h |
@@ -41,7 +41,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(); |