| Index: media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| diff --git a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| index bd24e84fc02c8121ff1ecead145d147d911427dc..47ae50a815fd36da1c02be2bb2f7367a273a6ef6 100644
|
| --- a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| +++ b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| @@ -48,8 +48,7 @@ class GpuVideoDecodeAcceleratorHost
|
| void ReusePictureBuffer(int32_t picture_buffer_id) override;
|
| void Flush() override;
|
| void Reset() override;
|
| - void SetSurface(int32_t surface_id,
|
| - const base::Optional<base::UnguessableToken>& token) override;
|
| + void SetOverlayInfo(const OverlayInfo&) override;
|
| void Destroy() override;
|
|
|
| // gpu::CommandBufferProxyImpl::DeletionObserver implemetnation.
|
|
|