| Index: cc/animation/animation_delegate.h
|
| diff --git a/cc/animation/animation_delegate.h b/cc/animation/animation_delegate.h
|
| index 8c736b5fe6e7466da3d1035a4a7cf41f1fa9718c..6064c7ebc83b03e7ed597a2ec09db52309020764 100644
|
| --- a/cc/animation/animation_delegate.h
|
| +++ b/cc/animation/animation_delegate.h
|
| @@ -20,6 +20,10 @@ class CC_EXPORT AnimationDelegate {
|
| Animation::TargetProperty target_property,
|
| int group) = 0;
|
|
|
| + virtual void NotifyAnimationAborted(base::TimeTicks monotonic_time,
|
| + Animation::TargetProperty target_property,
|
| + int group) = 0;
|
| +
|
| protected:
|
| virtual ~AnimationDelegate() {}
|
| };
|
|
|