| Index: media/gpu/gpu_video_decode_accelerator_factory.cc
|
| diff --git a/media/gpu/gpu_video_decode_accelerator_factory.cc b/media/gpu/gpu_video_decode_accelerator_factory.cc
|
| index 5e36039eeb37f53e3d537291a1821d3397d42bf9..a78c554995416334bb1142de73bf26f2539feb9a 100644
|
| --- a/media/gpu/gpu_video_decode_accelerator_factory.cc
|
| +++ b/media/gpu/gpu_video_decode_accelerator_factory.cc
|
| @@ -78,7 +78,7 @@ GpuVideoDecodeAcceleratorFactory::GetDecoderCapabilities(
|
| // resolutions and other supported profile parameters.
|
| #if defined(OS_WIN)
|
| capabilities.supported_profiles =
|
| - DXVAVideoDecodeAccelerator::GetSupportedProfiles();
|
| + DXVAVideoDecodeAccelerator::GetSupportedProfiles(gpu_preferences);
|
| #elif defined(OS_CHROMEOS)
|
| VideoDecodeAccelerator::SupportedProfiles vda_profiles;
|
| #if defined(USE_V4L2_CODEC)
|
|
|