| 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 9b973105f3bc9aca5d27624727c52f3d84694aa6..4aa0b2adaae696687b857f201953f28f25f7808c 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -85,6 +85,8 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| virtual ~V4L2VideoDecodeAccelerator();
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| + static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
|
| + GetSupportedProfiles();
|
| // Note: Initialize() and Destroy() are synchronous.
|
| virtual bool Initialize(media::VideoCodecProfile profile,
|
| Client* client) override;
|
|
|