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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 9667012: Fix --single-process mode issues with GpuChannelHostFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/webkitplatformsupport_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | 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 651f90c1bdff1733c626c80ca63bec2b369d2fc4..7c6fcc439f2bdd34fc98e23f2d1d317e5f4c21ab 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -183,7 +183,6 @@ void RenderThreadImpl::Init() {
#endif
lazy_tls.Pointer()->Set(this);
- GpuChannelHostFactory::set_instance(this);
#if defined(OS_WIN)
// If you are running plugins in this thread you need COM active but in
@@ -279,7 +278,6 @@ RenderThreadImpl::~RenderThreadImpl() {
if (webkit_platform_support_.get())
WebKit::shutdown();
- GpuChannelHostFactory::set_instance(NULL);
lazy_tls.Pointer()->Set(NULL);
// TODO(port)
« no previous file with comments | « content/common/webkitplatformsupport_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698