| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 589b80e171c3162bd165f866d10f0a269f18a62c..df304300758cbd194d6e09a5a528d5ca5fcff391 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -484,7 +484,7 @@ bool LayerTreeHostImpl::Mutate(base::TimeTicks monotonic_time) {
|
| if (!mutator_)
|
| return false;
|
| TRACE_EVENT0("compositor-worker", "LayerTreeHostImpl::Mutate");
|
| - if (mutator_->Mutate(monotonic_time))
|
| + if (mutator_->Mutate(monotonic_time, active_tree()))
|
| client_->SetNeedsOneBeginImplFrameOnImplThread();
|
| return true;
|
| }
|
|
|