| 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 79cd02b1874c3386082fff4b795cc7d892113bc6..22175d221c76d55c866c7daaba67f408f4f15537 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -92,10 +92,7 @@ class GpuCommandBufferStub
|
| uint32 parent_texture_id,
|
| IPC::Message* reply_message);
|
| void OnGetState(IPC::Message* reply_message);
|
| - void OnFlush(int32 put_offset,
|
| - int32 last_known_get,
|
| - uint32 flush_count,
|
| - IPC::Message* reply_message);
|
| + void OnGetStateFast(IPC::Message* reply_message);
|
| void OnAsyncFlush(int32 put_offset, uint32 flush_count);
|
| void OnEcho(const IPC::Message& message);
|
| void OnRescheduled();
|
|
|