| Index: cc/trees/property_tree_builder.cc
|
| diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
|
| index 8df219660cf8daa71772fda69835ec3668245c93..9725c9d04f513219dac3bf373211a2fe45546876 100644
|
| --- a/cc/trees/property_tree_builder.cc
|
| +++ b/cc/trees/property_tree_builder.cc
|
| @@ -569,7 +569,7 @@ bool AddTransformNodeIfNeeded(
|
| gfx::Vector2dF source_to_parent;
|
| if (source_index != parent_index) {
|
| gfx::Transform to_parent;
|
| - data_from_ancestor.property_trees->transform_tree.ComputeTransform(
|
| + data_from_ancestor.property_trees->transform_tree.ComputeTranslation(
|
| source_index, parent_index, &to_parent);
|
| source_to_parent = to_parent.To2dTranslation();
|
| }
|
|
|