| Index: media/gpu/avda_codec_image.h
|
| diff --git a/media/gpu/avda_codec_image.h b/media/gpu/avda_codec_image.h
|
| index a60e7d7050da091954cf2594ea6bdc3da812280f..52d1bf52054f30d7c32563def44d062742df9dcb 100644
|
| --- a/media/gpu/avda_codec_image.h
|
| +++ b/media/gpu/avda_codec_image.h
|
| @@ -52,6 +52,8 @@ class AVDACodecImage : public gpu::gles2::GLStreamTextureImage {
|
| // gpu::gles2::GLStreamTextureMatrix implementation
|
| void GetTextureMatrix(float xform[16]) override;
|
|
|
| + void Flush() override {}
|
| +
|
| enum class UpdateMode {
|
| // Discards the codec buffer, no UpdateTexImage().
|
| DISCARD_CODEC_BUFFER,
|
|
|