| Index: cc/animation/layer_tree_mutator.h
|
| diff --git a/cc/animation/layer_tree_mutator.h b/cc/animation/layer_tree_mutator.h
|
| index c7b9292c7a239ead0e60b5e5971a097597e5b9f2..ef2f9ba2bcb5712f3d5805875df1c1797d29e928 100644
|
| --- a/cc/animation/layer_tree_mutator.h
|
| +++ b/cc/animation/layer_tree_mutator.h
|
| @@ -27,7 +27,7 @@ class CC_EXPORT LayerTreeMutator {
|
| virtual ~LayerTreeMutator() {}
|
|
|
| // Returns true if the mutator should be rescheduled.
|
| - virtual bool Mutate(base::TimeTicks now) = 0;
|
| + virtual bool Mutate(base::TimeTicks now, LayerTreeImpl* tree_impl) = 0;
|
| virtual void SetClient(LayerTreeMutatorClient* client) = 0;
|
|
|
| // Returns a callback which is responsible for applying layer tree mutations
|
|
|