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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 1489233003: TaskGraphRunner Group support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Created 5 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
« no previous file with comments | « content/renderer/raster_worker_pool.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index f596bd5bf1507daadbb6224d83f4c99d015ac95c..fff09d1795970159c617680023ce07910e0c18ca 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -756,7 +756,7 @@ void RenderThreadImpl::Init() {
// Note: Currently, enabling image decode tasks only provides a benefit if
// there's more than one raster thread. This might change in the future but we
// avoid it for now to reduce the cost of recording.
- are_image_decode_tasks_enabled_ = num_raster_threads > 1;
+ are_image_decode_tasks_enabled_ = true;
base::SimpleThread::Options thread_options;
#if defined(OS_ANDROID) || defined(OS_LINUX)
« no previous file with comments | « content/renderer/raster_worker_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698