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 2565c02653a71a4ac1a0b46a991dd4154839d95b..e3323f0fed72148f3ab77e984fc67eccfa130307 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl.h |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl.h |
@@ -27,12 +27,13 @@ class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer { |
unsigned usage); |
// Allocates a GPU memory buffer with |size| and |internalformat| for |usage| |
- // by |child_process|. The |handle| returned can be used by the |
- // |child_process| to create an instance of this class. |
+ // by |child_process| identified by |child_id|. The |handle| returned can be |
+ // used by the |child_process| to create an instance of this class. |
static void AllocateForChildProcess(const gfx::Size& size, |
unsigned internalformat, |
unsigned usage, |
base::ProcessHandle child_process, |
+ int child_id, |
const AllocationCallback& callback); |
// Notify that GPU memory buffer has been deleted by |child_process|. |