diff options
Diffstat (limited to 'content/common/gpu/media/video_decode_accelerator_unittest.cc')
-rw-r--r-- | content/common/gpu/media/video_decode_accelerator_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc index 493ced7..9a8b774 100644 --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc @@ -367,7 +367,7 @@ class GLRenderingVDAClient void BindImage(uint32 client_texture_id, uint32 texture_target, - scoped_refptr<gfx::GLImage> image); + scoped_refptr<gl::GLImage> image); void SetState(ClientState new_state); void FinishInitialization(); @@ -576,8 +576,7 @@ GLRenderingVDAClient::CreateVaapiVDA() { void GLRenderingVDAClient::BindImage(uint32 client_texture_id, uint32 texture_target, - scoped_refptr<gfx::GLImage> image) { -} + scoped_refptr<gl::GLImage> image) {} void GLRenderingVDAClient::CreateAndStartDecoder() { LOG_ASSERT(decoder_deleted()); |