| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index da184ee2d46247169282e08793638e64aa18cc81..7fa0d59d9924b5d63c77250160cc34dc005234e4 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -59,6 +59,8 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
|
| Config(VideoCodecProfile profile);
|
| Config(const VideoDecoderConfig& video_decoder_config);
|
|
|
| + std::string AsHumanReadableString() const;
|
| +
|
| // |profile| combines the information about the codec and its profile.
|
| VideoCodecProfile profile = VIDEO_CODEC_PROFILE_UNKNOWN;
|
|
|
|
|