| Index: gpu/command_buffer/service/in_process_command_buffer.h
|
| diff --git a/gpu/command_buffer/service/in_process_command_buffer.h b/gpu/command_buffer/service/in_process_command_buffer.h
|
| index b00f25be97ef2e32224b7cdbbf8a1e7d56bd0dc3..e2a599636e123e44eeb79f2036628048fce10251 100644
|
| --- a/gpu/command_buffer/service/in_process_command_buffer.h
|
| +++ b/gpu/command_buffer/service/in_process_command_buffer.h
|
| @@ -102,6 +102,7 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
|
| virtual void DestroyTransferBuffer(int32 id) OVERRIDE;
|
| virtual gpu::Buffer GetTransferBuffer(int32 id) OVERRIDE;
|
| virtual void SetToken(int32 token) OVERRIDE;
|
| + virtual void SetSerial(uint32 token) OVERRIDE;
|
| virtual void SetParseError(gpu::error::Error error) OVERRIDE;
|
| virtual void SetContextLostReason(
|
| gpu::error::ContextLostReason reason) OVERRIDE;
|
|
|