| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index c60a95739ed9e2b4659c593234ba7ab4a94fd1f5..a9d5ca05f31221b1a8aff567a83835db424afee1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -251,9 +251,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| void SetTreeLayerScrollOffsetMutated(int layer_id,
|
| LayerTreeImpl* tree,
|
| const gfx::ScrollOffset& scroll_offset);
|
| - void TreeLayerTransformIsPotentiallyAnimatingChanged(int layer_id,
|
| - LayerTreeImpl* tree,
|
| - bool is_animating);
|
| bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
|
|
|
| // MutatorHostClient implementation.
|
| @@ -274,10 +271,10 @@ class CC_EXPORT LayerTreeHostImpl
|
| ElementId element_id,
|
| ElementListType list_type,
|
| const gfx::ScrollOffset& scroll_offset) override;
|
| - void ElementTransformIsPotentiallyAnimatingChanged(
|
| - ElementId element_id,
|
| - ElementListType list_type,
|
| - bool is_animating) override;
|
| + void ElementTransformIsAnimatingChanged(ElementId element_id,
|
| + ElementListType list_type,
|
| + AnimationChangeType change_type,
|
| + bool is_animating) override;
|
| void ElementOpacityIsAnimatingChanged(ElementId element_id,
|
| ElementListType list_type,
|
| AnimationChangeType change_type,
|
|
|