| 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 50e2b23129609c208b72c86148adf35d15d10dec..8fbfb79779f561df8e0177c4e8b9b9662481568e 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -93,9 +93,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);
|
|
|