| 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 fc1571470e9d4402fa974b15238fa22dd61935ec..028379461491907f49d636b44da621c75026affe 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| @@ -46,6 +46,8 @@ class CONTENT_EXPORT V4L2VideoEncodeAccelerator
|
| virtual ~V4L2VideoEncodeAccelerator();
|
|
|
| // media::VideoEncodeAccelerator implementation.
|
| + virtual std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| + GetSupportedProfiles() OVERRIDE;
|
| virtual bool Initialize(media::VideoFrame::Format format,
|
| const gfx::Size& input_visible_size,
|
| media::VideoCodecProfile output_profile,
|
| @@ -59,9 +61,6 @@ class CONTENT_EXPORT V4L2VideoEncodeAccelerator
|
| uint32 framerate) OVERRIDE;
|
| virtual void Destroy() OVERRIDE;
|
|
|
| - static std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| - GetSupportedProfiles();
|
| -
|
| private:
|
| // Auto-destroy reference for BitstreamBuffer, for tracking buffers passed to
|
| // this instance.
|
|
|