Index: content/common/gpu/client/gpu_memory_buffer_impl_win.cc |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_win.cc b/content/common/gpu/client/gpu_memory_buffer_impl_win.cc |
index 0fc371b99dac9f24de68c5c5d347bec58863eca8..9e4699ad0fceaf31d546d49da74b95997d4134d8 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_win.cc |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_win.cc |
@@ -32,6 +32,8 @@ void GpuMemoryBufferImpl::AllocateForChildProcess( |
unsigned internalformat, |
unsigned usage, |
base::ProcessHandle child_process, |
+ int child_id, |
+ GpuMemoryBufferFactoryHost* factory_host, |
const AllocationCallback& callback) { |
if (GpuMemoryBufferImplSharedMemory::IsConfigurationSupported( |
size, internalformat, usage)) { |