| 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 6ece34fc33a4601bc869949ce53e3edbeaa2d270..a7c5ae9ca24f6856ff627ad6ebbdf42470aa7d65 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -89,9 +89,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);
|
|
|