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 493ced76a86deeed20fd3642b724ee5fe6f43a12..9a8b774d88be0ff561215d4d675fecaf433eea4d 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()); |