| 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 3be360239cc9c5b6a8b4578bb4e78db29dcdcd9d..b3f6eb806d770586bd2ba9feb64303bf2afe913c 100644
|
| --- a/gpu/command_buffer/service/in_process_command_buffer.h
|
| +++ b/gpu/command_buffer/service/in_process_command_buffer.h
|
| @@ -120,6 +120,7 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
|
| void SignalQuery(uint32 query_id, const base::Closure& callback) override;
|
| void SetSurfaceVisible(bool visible) override;
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| + void SetLock(base::Lock*) override;
|
|
|
| // The serializer interface to the GPU service (i.e. thread).
|
| class Service {
|
|
|