| Index: media/base/video_codecs.h
|
| diff --git a/media/base/video_codecs.h b/media/base/video_codecs.h
|
| index 9104cd848acf090ee9e750adbd6d8036588a59fe..978d59dcbc47f5ef5da7b2eff265eb2eda7f95b2 100644
|
| --- a/media/base/video_codecs.h
|
| +++ b/media/base/video_codecs.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
| #include "media/base/media_export.h"
|
| #include "media/media_features.h"
|
| +#include "ui/gfx/color_space.h"
|
|
|
| namespace media {
|
|
|
| @@ -102,7 +103,9 @@ std::string MEDIA_EXPORT GetProfileName(VideoCodecProfile profile);
|
| // TODO(kqyang): Consolidate the two functions once we address crbug.com/667834
|
| MEDIA_EXPORT bool ParseNewStyleVp9CodecID(const std::string& codec_id,
|
| VideoCodecProfile* profile,
|
| - uint8_t* level_idc);
|
| + uint8_t* level_idc,
|
| + gfx::ColorSpace::TransferID* eotf);
|
| +
|
| MEDIA_EXPORT bool ParseLegacyVp9CodecID(const std::string& codec_id,
|
| VideoCodecProfile* profile,
|
| uint8_t* level_idc);
|
|
|