| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index 1a83423b9a68f8bc9723f2c2ae683d3f76a59ff0..bb9ccd6f53115f65260f6890d5ee7544aa1cf1e6 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -12,12 +12,6 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
|
|
| -GpuChannelHostFactory* GpuChannelHostFactory::instance_ = NULL;
|
| -
|
| -GpuChannelHostFactory::~GpuChannelHostFactory() {
|
| - DCHECK(!instance_);
|
| -}
|
| -
|
| using base::AutoLock;
|
| using base::MessageLoopProxy;
|
|
|
|
|