| Index: mojo/gles2/command_buffer_client_impl.h
|
| diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h
|
| index 6bcacb2aa4af6128a5c9583bda3f24a957682549..1b5c871602430bcee0afb516dbede8d86208cb36 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.h
|
| +++ b/mojo/gles2/command_buffer_client_impl.h
|
| @@ -71,6 +71,7 @@ class CommandBufferClientImpl : public mojo::CommandBufferLostContextObserver,
|
| void SignalQuery(uint32 query, const base::Closure& callback) override;
|
| void SetSurfaceVisible(bool visible) override;
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| + void SetLock(base::Lock*) override;
|
|
|
| private:
|
| class SyncClientImpl;
|
|
|