| 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 ead747a512476f16490273d5df084a2ff9129c57..0dc411587d30bbd221e3951b3a7ac98a0ca93eca 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -7805,7 +7805,8 @@ TEST_F(LayerTreeHostImplTest, ShutdownReleasesContext) {
|
| context_provider, TestContextProvider::CreateWorker(),
|
| FakeOutputSurface::Create3d(context_provider), nullptr, nullptr,
|
| RendererSettings(), base::ThreadTaskRunnerHandle::Get().get(),
|
| - true /* synchronous_composite */));
|
| + true /* synchronous_composite */,
|
| + false /* force_disable_reclaim_resources */));
|
|
|
| SetupRootLayerImpl(LayerImpl::Create(host_impl_->active_tree(), 1));
|
|
|
|
|