| Index: cc/trees/property_tree_builder.cc
|
| diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
|
| index c95810d8b8c95432d8432c54c86ade9ceac56b85..df611ff08c9be7c4d4168ee7cbabb9387c9fedd4 100644
|
| --- a/cc/trees/property_tree_builder.cc
|
| +++ b/cc/trees/property_tree_builder.cc
|
| @@ -241,7 +241,8 @@ bool AddTransformNodeIfNeeded(
|
| // in the Finished state at tree-building time on the main thread is still in
|
| // the Running state right after commit on the compositor thread.
|
| const bool has_any_transform_animation =
|
| - layer->HasAnyAnimationTargetingProperty(Animation::TRANSFORM);
|
| + layer->HasAnyAnimationTargetingProperty(
|
| + AnimationTargetProperty::TRANSFORM);
|
|
|
| const bool has_surface = created_render_surface;
|
|
|
|
|