| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index ed4724388ca7403be0717f4bb3f7f2c48c304565..1295ce560a81f5b705e9c0f9c6dbdfcd065c4d3e 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -170,6 +170,7 @@ class GpuCommandBufferStub
|
|
|
| // Message handlers:
|
| void OnInitialize(base::SharedMemoryHandle shared_state_shm,
|
| + uint64_t command_buffer_id,
|
| IPC::Message* reply_message);
|
| void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
|
| void OnProduceFrontBuffer(const gpu::Mailbox& mailbox);
|
|
|