| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 42a97eac1aedd1baef8f66b987c89a416751abb7..2dff3758c4009b40740ed9ec408f296c44b53964 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1388,7 +1388,7 @@ bool LayerTreeHost::AnimationStartScale(const Layer* layer,
|
|
|
| bool LayerTreeHost::HasAnyAnimationTargetingProperty(
|
| const Layer* layer,
|
| - Animation::TargetProperty property) const {
|
| + TargetProperty::Type property) const {
|
| return animation_host_
|
| ? animation_host_->HasAnyAnimationTargetingProperty(layer->id(),
|
| property)
|
|
|