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