Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: cc/trees/layer_tree_host_impl_unittest.cc

Issue 2193293004: cc: Make LayerTreeTests use a DelegatingRenderer and Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: display-layertreetest: self-nits Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698