| Index: ash/rotator/screen_rotation_animation.h
|
| diff --git a/ash/rotator/screen_rotation_animation.h b/ash/rotator/screen_rotation_animation.h
|
| index 66e0df97d6e90f4dfc188aa9115cb8cacc4eb3d9..41b79978ff295817718e4bfc76c6f525c467f552 100644
|
| --- a/ash/rotator/screen_rotation_animation.h
|
| +++ b/ash/rotator/screen_rotation_animation.h
|
| @@ -41,7 +41,7 @@ class ASH_EXPORT ScreenRotationAnimation : public ui::LayerAnimationElement {
|
| ~ScreenRotationAnimation() override;
|
|
|
| private:
|
| - // Implementation of ui::LayerAnimationDelegate
|
| + // Implementation of ui::LayerAnimationElement:
|
| void OnStart(ui::LayerAnimationDelegate* delegate) override;
|
| bool OnProgress(double current,
|
| ui::LayerAnimationDelegate* delegate) override;
|
|
|