| 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 9967583a230cffd33d133b808c2b4175f89f4b7a..8e27dad78869ea0dd8be333d93fd2ff57e9fe445 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;
|
| }
|
|
|