| 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 f581593007acbd8e92c048c86b24ab9a70e726a4..21241922768c292436da5eea482c533968b73ccc 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -90,9 +90,8 @@ class GpuCommandBufferStub
|
| void OnInitializeFailed(IPC::Message* reply_message);
|
|
|
| // Message handlers:
|
| - void OnInitialize(base::SharedMemoryHandle ring_buffer,
|
| - int32 size,
|
| - IPC::Message* reply_message);
|
| + void OnInitialize(IPC::Message* reply_message);
|
| + void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
|
| void OnSetParent(int32 parent_route_id,
|
| uint32 parent_texture_id,
|
| IPC::Message* reply_message);
|
|
|