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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 882073002: Route resource dispatch tasks via the loading task queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't set the ipc sync channel's listener Created 5 years, 11 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
« no previous file with comments | « no previous file | 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 c7f7c61396c733c52bab1fb9d045af3efbfccb6f..92a6cd515bded43a2ff0e3dfdf953f0ddba134d5 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -991,8 +991,7 @@ void RenderThreadImpl::EnsureWebKitInitialized() {
base::Bind(base::IgnoreResult(&RenderThreadImpl::OnMessageReceived),
base::Unretained(this)));
- // TODO(alexclarke): Add a dedicated loading task queue
- SetResourceDispatchTaskQueue(renderer_scheduler_->DefaultTaskRunner());
+ SetResourceDispatchTaskQueue(renderer_scheduler_->LoadingTaskRunner());
bool enable = !command_line.HasSwitch(switches::kDisableThreadedCompositing);
if (enable) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698