Chromium Code Reviews| 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 fbd5fb4a5f765acd485183786ff0457bc49a68a0..da3fb3773b6e2817fbd211271bcc2b4355663e74 100644 |
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc |
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc |
| @@ -366,7 +366,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(); |
| @@ -577,7 +578,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 image_is_bound) {} |
|
sandersd (OOO until July 31)
2016/03/22 22:44:02
Missed this one.
|
| void GLRenderingVDAClient::CreateAndStartDecoder() { |
| LOG_ASSERT(decoder_deleted()); |