| Index: content/browser/gpu/gpu_data_manager_impl_private.cc
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| index e9d5277fa2e2550547ebdc9ab6d6518c9fcb83b1..9a7fa314ba2278ab60b3184d01a6bd00769ea535 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -777,13 +777,6 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| command_line->AppendSwitch(switches::kEnableDrmAtomic);
|
| }
|
| #endif
|
| -#if defined(OS_WIN)
|
| - if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE) &&
|
| - gpu_preferences) {
|
| - gpu_preferences->enable_accelerated_vpx_decode =
|
| - gpu::GpuPreferences::VPX_VENDOR_NONE;
|
| - }
|
| -#endif
|
|
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE)) {
|
|
|