| Index: content/common/gpu/media/vt_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator.h b/content/common/gpu/media/vt_video_decode_accelerator.h
|
| index 69a8c4737db73c236389875f2cc93870f0ec167d..9d42c06f366d27e77d4990ae991e65047a928b71 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator.h
|
| @@ -58,6 +58,9 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
| OSStatus status,
|
| CVImageBufferRef image_buffer);
|
|
|
| + static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
|
| + GetSupportedProfiles();
|
| +
|
| private:
|
| // Logged to UMA, so never reuse values. Make sure to update
|
| // VTVDASessionFailureType in histograms.xml to match.
|
|
|