| 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 862ef2f8b6106729a81e2d393f9b37b3fde3e074..087ecd0a1fec57404b34df0ac094335479fa76f9 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -7854,7 +7854,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));
|
|
|
|
|