| 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)
|
|
|