| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| index ed67cae5843e6e29277168cd882521c1c4d9566e..f74dd294140ea05fd083bab53dbcd3e00e3c2a76 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| @@ -367,7 +367,8 @@ class GLRenderingVDAClient
|
|
|
| void BindImage(uint32_t client_texture_id,
|
| uint32_t texture_target,
|
| - scoped_refptr<gl::GLImage> image);
|
| + scoped_refptr<gl::GLImage> image,
|
| + bool can_bind_as_sampler);
|
|
|
| void SetState(ClientState new_state);
|
| void FinishInitialization();
|
| @@ -578,7 +579,8 @@ GLRenderingVDAClient::CreateVaapiVDA() {
|
|
|
| void GLRenderingVDAClient::BindImage(uint32_t client_texture_id,
|
| uint32_t texture_target,
|
| - scoped_refptr<gl::GLImage> image) {}
|
| + scoped_refptr<gl::GLImage> image,
|
| + bool can_bind_to_sampler) {}
|
|
|
| void GLRenderingVDAClient::CreateAndStartDecoder() {
|
| LOG_ASSERT(decoder_deleted());
|
|
|