| 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 aea825dd2289ffe9c1b1d92c2969b7e725c0ed86..d798bb5c8da291970a989877a51963cf96288e73 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -313,10 +313,6 @@ void BrowserGpuChannelHostFactory::CreateViewCommandBufferOnIO(
|
| request));
|
| }
|
|
|
| -IPC::AttachmentBroker* BrowserGpuChannelHostFactory::GetAttachmentBroker() {
|
| - return content::ChildProcessHost::GetAttachmentBroker();
|
| -}
|
| -
|
| // static
|
| void BrowserGpuChannelHostFactory::CommandBufferCreatedOnIO(
|
| CreateRequest* request, CreateCommandBufferResult result) {
|
|
|