| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index 5032d2c64dd43c0235d91c8d6ac52b8666799486..3dda55152db9b6f73e976baeda86ca43d34816db 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -308,10 +308,6 @@ void BrowserGpuChannelHostFactory::CreateViewCommandBufferOnIO(
|
| request));
|
| }
|
|
|
| -IPC::AttachmentBroker* BrowserGpuChannelHostFactory::GetAttachmentBroker() {
|
| - return content::ChildProcessHost::GetAttachmentBroker();
|
| -}
|
| -
|
| // static
|
| void BrowserGpuChannelHostFactory::CommandBufferCreatedOnIO(
|
| CreateRequest* request, CreateCommandBufferResult result) {
|
|
|