| Index: media/gpu/avda_codec_image.h
|
| diff --git a/media/gpu/avda_codec_image.h b/media/gpu/avda_codec_image.h
|
| index d4f89a9a39408d2a1110b9943136284c146ab3be..f6f1e73cc0a84b6b925563658e610b0fed866c4a 100644
|
| --- a/media/gpu/avda_codec_image.h
|
| +++ b/media/gpu/avda_codec_image.h
|
| @@ -19,6 +19,8 @@ class ScopedMakeCurrent;
|
|
|
| namespace media {
|
|
|
| +class VideoCodecBridge;
|
| +
|
| // GLImage that renders MediaCodec buffers to a SurfaceTexture or SurfaceView as
|
| // needed in order to draw them.
|
| class AVDACodecImage : public gpu::gles2::GLStreamTextureImage {
|
|
|