| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index 2bebc627e06d45f42a256a6ff058dc4d0aff8264..41283398add9d388b21673a8c6cffc119075f0dd 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -154,6 +154,9 @@ class CC_EXPORT TransformTree final : public PropertyTree<TransformNode> {
|
| int dest_id,
|
| gfx::Transform* transform) const;
|
|
|
| + void OnTransformAnimated(const gfx::Transform& transform,
|
| + int id,
|
| + LayerTreeImpl* layer_tree_impl);
|
| // Computes the change of basis transform from node |source_id| to |dest_id|.
|
| // This is used by scroll children to compute transform from their scroll
|
| // parent space (source) to their parent space (destination) and it can atmost
|
|
|