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 d885f3f8676d78d45cf0aaf14fd96a98a34076c2..b2ffa4539abb13d3bd01c3c1c399f9a4ab63d94f 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,7 @@ void GpuMemoryBufferImpl::AllocateForChildProcess( |
unsigned internalformat, |
unsigned usage, |
base::ProcessHandle child_process, |
+ int child_id, |
const AllocationCallback& callback) { |
if (GpuMemoryBufferImplShm::IsConfigurationSupported( |
size, internalformat, usage)) { |