| Index: content/common/gpu/media/gpu_video_encode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_encode_accelerator.h b/content/common/gpu/media/gpu_video_encode_accelerator.h
|
| index e94a2dda8a66a921f63898abe7e2677de597bd15..f535f09339c70ed236d1fb28be4b4bf461e41aec 100644
|
| --- a/content/common/gpu/media/gpu_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_encode_accelerator.h
|
| @@ -58,12 +58,9 @@ class GpuVideoEncodeAccelerator
|
| void OnWillDestroyStub() override;
|
|
|
| // Static query for supported profiles. This query calls the appropriate
|
| - // platform-specific version.
|
| - static std::vector<gpu::VideoEncodeAcceleratorSupportedProfile>
|
| - GetSupportedProfiles();
|
| - static std::vector<gpu::VideoEncodeAcceleratorSupportedProfile>
|
| - ConvertMediaToGpuProfiles(const std::vector<
|
| - media::VideoEncodeAccelerator::SupportedProfile>& media_profiles);
|
| + // platform-specific version. The returned supported profiles vector will
|
| + // not contain duplicates.
|
| + static gpu::VideoEncodeAcceleratorSupportedProfiles GetSupportedProfiles();
|
|
|
| private:
|
| typedef scoped_ptr<media::VideoEncodeAccelerator>(*CreateVEAFp)();
|
|
|