| Index: media/gpu/avda_codec_image.cc
|
| diff --git a/media/gpu/avda_codec_image.cc b/media/gpu/avda_codec_image.cc
|
| index 678c14ff9b14a5ca59e2d7944b196a44632cda3a..70b6e47fc5beb1273822f74fe1d155a6da36cd89 100644
|
| --- a/media/gpu/avda_codec_image.cc
|
| +++ b/media/gpu/avda_codec_image.cc
|
| @@ -24,7 +24,7 @@ AVDACodecImage::AVDACodecImage(
|
| const scoped_refptr<AVDASharedState>& shared_state,
|
| media::VideoCodecBridge* codec,
|
| const base::WeakPtr<gpu::gles2::GLES2Decoder>& decoder,
|
| - const scoped_refptr<gfx::SurfaceTexture>& surface_texture)
|
| + const scoped_refptr<gl::SurfaceTexture>& surface_texture)
|
| : shared_state_(shared_state),
|
| codec_buffer_index_(kInvalidCodecBufferIndex),
|
| media_codec_(codec),
|
|
|