| 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 df01c757e4ba66c8dfe37b9765c82bf4149e459c..2ba09634b483b851cc02029ad6e4a12cc3ccd76c 100644
|
| --- a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| +++ b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| @@ -47,6 +47,7 @@ class GpuVideoDecodeAcceleratorHost
|
| void ReusePictureBuffer(int32_t picture_buffer_id) override;
|
| void Flush() override;
|
| void Reset() override;
|
| + void SetSurface(int32_t surface_id) override;
|
| void Destroy() override;
|
|
|
| // gpu::CommandBufferProxyImpl::DeletionObserver implemetnation.
|
|
|