| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 0dc411587d30bbd221e3951b3a7ac98a0ca93eca..ead747a512476f16490273d5df084a2ff9129c57 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -7805,8 +7805,7 @@
|
| context_provider, TestContextProvider::CreateWorker(),
|
| FakeOutputSurface::Create3d(context_provider), nullptr, nullptr,
|
| RendererSettings(), base::ThreadTaskRunnerHandle::Get().get(),
|
| - true /* synchronous_composite */,
|
| - false /* force_disable_reclaim_resources */));
|
| + true /* synchronous_composite */));
|
|
|
| SetupRootLayerImpl(LayerImpl::Create(host_impl_->active_tree(), 1));
|
|
|
|
|