| 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 a30626a4d6aa430c8a93ac19fc8c51b0fdc2dcf7..fc397046eddee3aa00997f7b6e04c1366de2b4a8 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -145,12 +145,12 @@ class GpuCommandBufferStub
|
| // Message handlers:
|
| void OnInitialize(base::SharedMemoryHandle shared_state_shm,
|
| IPC::Message* reply_message);
|
| - void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
|
| + void OnSetGetBuffer(int32 shm_id);
|
| void OnSetParent(int32 parent_route_id,
|
| uint32 parent_texture_id,
|
| IPC::Message* reply_message);
|
| void OnGetState(IPC::Message* reply_message);
|
| - void OnGetStateFast(IPC::Message* reply_message);
|
| + void OnGetStateFast(gpu::CommandBuffer::State* state);
|
| void OnAsyncFlush(int32 put_offset, uint32 flush_count);
|
| void OnEcho(const IPC::Message& message);
|
| void OnRescheduled();
|
|
|