| Index: cc/trees/mutator_host_client.h
|
| diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h
|
| index b14871b2ee3a3c3dbf2297f5d84d5eba119150f2..73c3a08d404c366068a8abae4b0ac75efc806e03 100644
|
| --- a/cc/trees/mutator_host_client.h
|
| +++ b/cc/trees/mutator_host_client.h
|
| @@ -42,9 +42,10 @@ class MutatorHostClient {
|
| ElementListType list_type,
|
| const gfx::ScrollOffset& scroll_offset) = 0;
|
|
|
| - virtual void ElementTransformIsPotentiallyAnimatingChanged(
|
| + virtual void ElementTransformIsAnimatingChanged(
|
| ElementId element_id,
|
| ElementListType list_type,
|
| + AnimationChangeType change_type,
|
| bool is_animating) = 0;
|
|
|
| virtual void ElementOpacityIsAnimatingChanged(ElementId element_id,
|
|
|