| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index 9b6e1d7fe1420363f0f0f418b2d7d957d69409cc..302caea392dc8823a23c359aeed7a0c4cca9769c 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -336,7 +336,7 @@ GpuVideoDecodeAccelerator::CreateV4L2SliceVDA() {
|
|
|
| void GpuVideoDecodeAccelerator::BindImage(uint32 client_texture_id,
|
| uint32 texture_target,
|
| - scoped_refptr<gfx::GLImage> image) {
|
| + scoped_refptr<gl::GLImage> image) {
|
| gpu::gles2::GLES2Decoder* command_decoder = stub_->decoder();
|
| gpu::gles2::TextureManager* texture_manager =
|
| command_decoder->GetContextGroup()->texture_manager();
|
|
|