| Index: components/mus/gles2/command_buffer_impl.h
|
| diff --git a/components/mus/gles2/command_buffer_impl.h b/components/mus/gles2/command_buffer_impl.h
|
| index d03cdf14820ea5670b339ce855ad3dccdfa7dcf8..69f3a2035b1128d4971e6d9a8ccc0f1517f4e202 100644
|
| --- a/components/mus/gles2/command_buffer_impl.h
|
| +++ b/components/mus/gles2/command_buffer_impl.h
|
| @@ -67,7 +67,8 @@ class CommandBufferImpl : public mojom::CommandBuffer,
|
| uint32_t client_texture_id,
|
| const mojom::CommandBuffer::CreateStreamTextureCallback& callback
|
| ) override;
|
| - void ProduceFrontBuffer(const gpu::Mailbox& mailbox) override;
|
| + void TakeFrontBuffer(const gpu::Mailbox& mailbox) override;
|
| + void ReturnFrontBuffer(const gpu::Mailbox& mailbox, bool is_lost) override;
|
| void SignalQuery(uint32_t query, uint32_t signal_id) override;
|
| void SignalSyncToken(const gpu::SyncToken& sync_token,
|
| uint32_t signal_id) override;
|
|
|