| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| index e4c85b1344b1cf384ad1c8fa068f2120a1fda743..2b2c3b7f0ba19460f382ac84046b156183e3dc86 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -108,7 +108,7 @@ class GpuVideoDecodeAccelerator
|
| // Helper to bind |image| to the texture specified by |client_texture_id|.
|
| void BindImage(uint32 client_texture_id,
|
| uint32 texture_target,
|
| - scoped_refptr<gfx::GLImage> image);
|
| + scoped_refptr<gl::GLImage> image);
|
|
|
| // Route ID to communicate with the host.
|
| const int32 host_route_id_;
|
|
|