| Index: cc/animation/layer_animation_controller.cc
|
| diff --git a/cc/animation/layer_animation_controller.cc b/cc/animation/layer_animation_controller.cc
|
| index b909dccae242d30f3b483ed7fcd8b831b21a22f5..1c773a2d03aea99b76a90794259ef08a887d4332 100644
|
| --- a/cc/animation/layer_animation_controller.cc
|
| +++ b/cc/animation/layer_animation_controller.cc
|
| @@ -460,6 +460,9 @@ void LayerAnimationController::NotifyAnimationAborted(
|
| animations_[i]->target_property() == event.target_property) {
|
| animations_[i]->SetRunState(Animation::ABORTED, event.monotonic_time);
|
| animations_[i]->set_received_finished_event(true);
|
| + if (layer_animation_delegate_)
|
| + layer_animation_delegate_->NotifyAnimationAborted(
|
| + event.monotonic_time, event.target_property, event.group_id);
|
| if (event.target_property == Animation::TRANSFORM)
|
| aborted_transform_animation = true;
|
| }
|
|
|