| Index: cc/blink/web_layer_impl.cc
|
| diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc
|
| index 0ef5ae777051690ad971f996b74a9266d7a75b80..3c688a6bbd41ecde8d412817f8177df7ebe0a7a7 100644
|
| --- a/cc/blink/web_layer_impl.cc
|
| +++ b/cc/blink/web_layer_impl.cc
|
| @@ -256,7 +256,7 @@ void WebLayerImpl::removeAnimation(int animation_id) {
|
| void WebLayerImpl::removeAnimation(
|
| int animation_id,
|
| blink::WebCompositorAnimation::TargetProperty target_property) {
|
| - layer_->layer_animation_controller()->RemoveAnimation(
|
| + layer_->RemoveAnimation(
|
| animation_id, static_cast<Animation::TargetProperty>(target_property));
|
| }
|
|
|
|
|