| 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..161b95b70360b72a20dacc4755e6d7285bacddde 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* state) = 0;
|
| virtual void SetClient(LayerTreeMutatorClient* client) = 0;
|
|
|
| // Returns a callback which is responsible for applying layer tree mutations
|
|
|