| Index: content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| index fbb973e05cbbf1f3075e2b0fc508fe7675f61692..d0b7d592911337578ccce6683296e59d35f89cc3 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -98,6 +98,9 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| void Destroy() override;
|
| bool CanDecodeOnIOThread() override;
|
|
|
| + static media::VideoDecodeAccelerator::SupportedProfiles
|
| + GetSupportedProfiles();
|
| +
|
| private:
|
| // These are rather subjectively tuned.
|
| enum {
|
|
|