| 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 3a1da35e23a274e8097871dda88ddbbac93f573c..20293662df5cfcb55cabf6aa479e26e7ad0ad994 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -801,13 +801,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 (gpu_preferences) { // enable_es3_apis
|
| bool blacklisted = IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_WEBGL2);
|
|
|