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

Unified Diff: content/test/layouttest_support.cc

Issue 2822143003: Remove ForceReclaimResources (Closed)
Patch Set: Rebase. Created 3 years, 8 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: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 8d6a1098f68189d73af71ab1a747ce7fe3ddda96..1d6f3e51a5ed3ccf9e6a24d7d278d82ef31d06bf 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -354,7 +354,7 @@ class LayoutTestDependenciesImpl : public LayoutTestDependencies,
std::move(compositor_context_provider),
std::move(worker_context_provider), nullptr /* shared_bitmap_manager */,
gpu_memory_buffer_manager, settings.renderer_settings, task_runner,
- synchronous_composite, false /* force_disable_reclaim_resources */);
+ synchronous_composite);
compositor_frame_sink->SetClient(this);
compositor_frame_sinks_[routing_id] = compositor_frame_sink.get();
return std::move(compositor_frame_sink);

Powered by Google App Engine
This is Rietveld 408576698