Chromium Code Reviews| Index: content/common/gpu/client/gpu_memory_buffer_impl.h |
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl.h b/content/common/gpu/client/gpu_memory_buffer_impl.h |
| index 95bddccff2e3c8fdb36d2678059c6d889a3d77c7..d781b647bae06f56c4262c6274aac3c19eed766d 100644 |
| --- a/content/common/gpu/client/gpu_memory_buffer_impl.h |
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl.h |
| @@ -33,6 +33,7 @@ class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer { |
| unsigned internalformat, |
| unsigned usage, |
| base::ProcessHandle child_process, |
| + int child_id, |
|
reveman
2014/06/09 23:27:59
This seems fine unless there's some existing mecha
|
| const AllocationCallback& callback); |
| // Creates an instance from the given |handle|. |size| and |internalformat| |