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

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp

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: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
index fb749cad5d8523273d33b9bd322ec34d00cec622..973392505fafe988e952f6815395417b401ad6db 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
@@ -30,6 +30,7 @@ WebLayerTreeViewImplForTesting::WebLayerTreeViewImplForTesting(
params.main_task_runner = base::ThreadTaskRunnerHandle::Get();
params.task_graph_runner = &m_taskGraphRunner;
params.mutator_host = m_animationHost.get();
+ params.image_worker_task_runner = nullptr;
m_layerTreeHost =
cc::LayerTreeHostInProcess::CreateSingleThreaded(this, &params);
ASSERT(m_layerTreeHost);

Powered by Google App Engine
This is Rietveld 408576698