| Index: content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.h b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| index 028379461491907f49d636b44da621c75026affe..e222970e1668bdc22ecb35b0f2610ab05a0e7782 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| @@ -45,6 +45,9 @@ class CONTENT_EXPORT V4L2VideoEncodeAccelerator
|
| explicit V4L2VideoEncodeAccelerator(scoped_ptr<V4L2Device> device);
|
| virtual ~V4L2VideoEncodeAccelerator();
|
|
|
| + static std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| + GetSupportedProfilesStatic();
|
| +
|
| // media::VideoEncodeAccelerator implementation.
|
| virtual std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| GetSupportedProfiles() OVERRIDE;
|
|
|