| 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 a2b325ac9ab045274dea365bb32188ef2bf5bea7..fdc833985c1920d6bcbf2567e6ce1352e4661fdc 100644
|
| --- a/content/common/gpu/media/gpu_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_encode_accelerator.h
|
| @@ -58,8 +58,8 @@ class GpuVideoEncodeAccelerator
|
|
|
| // Static query for supported profiles. This query calls the appropriate
|
| // platform-specific version.
|
| - static std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| - GetSupportedProfiles();
|
| + static std::vector<gpu::VideoEncodeAcceleratorSupportedProfile>
|
| + GetSupportedProfiles();
|
|
|
| private:
|
| // Create the appropriate platform-specific VEA.
|
|
|