| Index: cc/trees/property_tree_builder.cc
|
| diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
|
| index 25f29f1bdc25e99c4812f99e18521ab7dd759bfd..cd0e52bfedae114fe981889b368c04cf7229753f 100644
|
| --- a/cc/trees/property_tree_builder.cc
|
| +++ b/cc/trees/property_tree_builder.cc
|
| @@ -112,7 +112,7 @@ void AddTransformNodeIfNeeded(const DataForRecursion& data_from_ancestor,
|
| const bool is_fixed = layer->position_constraint().is_fixed_position();
|
|
|
| const bool has_significant_transform =
|
| - !layer->transform().IsIdentityOrTranslation();
|
| + !layer->transform().IsIdentityOr2DTranslation();
|
|
|
| const bool has_animated_transform =
|
| layer->layer_animation_controller()->IsAnimatingProperty(
|
|
|