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