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

Unified Diff: cc/test/layer_tree_host_remote_for_testing.cc

Issue 2537683002: cc: Add image decode queue functionality to image manager. (Closed)
Patch Set: update Created 4 years 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/test/layer_tree_host_remote_for_testing.cc
diff --git a/cc/test/layer_tree_host_remote_for_testing.cc b/cc/test/layer_tree_host_remote_for_testing.cc
index 263cd3ac544c3b79319f236d4b5a8f198a0669d7..445201f2da24f29eb19b0f3198d2eebeb212fd6b 100644
--- a/cc/test/layer_tree_host_remote_for_testing.cc
+++ b/cc/test/layer_tree_host_remote_for_testing.cc
@@ -242,6 +242,7 @@ LayerTreeHostRemoteForTesting::CreateLayerTreeHostInProcess(
params.settings = &settings;
params.main_task_runner = main_task_runner;
params.mutator_host = mutator_host;
+ params.image_worker_task_runner = nullptr;
return LayerTreeHostInProcess::CreateThreaded(impl_task_runner, &params);
}

Powered by Google App Engine
This is Rietveld 408576698