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

Unified Diff: content/gpu/gpu_process_control_impl.cc

Issue 1978843003: Move in-GPU mojo:media app to new thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « content/common/mojo/embedded_application_runner.cc ('k') | content/public/common/mojo_application_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_process_control_impl.cc
diff --git a/content/gpu/gpu_process_control_impl.cc b/content/gpu/gpu_process_control_impl.cc
index 21051fc1a077198159b5eaca0319ca946131f342..0ecc58b6c5817a5fc16aecb116330076420709ef 100644
--- a/content/gpu/gpu_process_control_impl.cc
+++ b/content/gpu/gpu_process_control_impl.cc
@@ -29,6 +29,7 @@ void GpuProcessControlImpl::RegisterApplications(ApplicationMap* apps) {
MojoApplicationInfo app_info;
app_info.application_factory = base::Bind(&media::CreateMojoMediaApplication);
+ app_info.use_own_thread = true;
apps->insert(std::make_pair("mojo:media", app_info));
#endif
}
« no previous file with comments | « content/common/mojo/embedded_application_runner.cc ('k') | content/public/common/mojo_application_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698