| Index: content/common/gpu/media/avda_codec_image.h
|
| diff --git a/content/common/gpu/media/avda_codec_image.h b/content/common/gpu/media/avda_codec_image.h
|
| index 46547e478c81e01563e048b7b0d0b29a17b7ad5e..e5d9e097d6612d26a373721ffcdeeca8aa91df4c 100644
|
| --- a/content/common/gpu/media/avda_codec_image.h
|
| +++ b/content/common/gpu/media/avda_codec_image.h
|
| @@ -48,6 +48,7 @@ class AVDACodecImage : public gpu::gles2::GLStreamTextureImage {
|
| void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
|
| uint64_t process_tracing_id,
|
| const std::string& dump_name) override;
|
| + bool EmulatingRGB() const override;
|
| // gpu::gles2::GLStreamTextureMatrix implementation
|
| void GetTextureMatrix(float xform[16]) override;
|
|
|
|
|