| 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 3986a13dba4487d2f28bf5ddc4dbf1a61851806b..4ad247838e4d18a0a156161140888b67915cba18 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -747,7 +747,8 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| #if defined(OS_WIN)
|
| if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE) &&
|
| gpu_preferences) {
|
| - gpu_preferences->enable_accelerated_vpx_decode = false;
|
| + gpu_preferences->enable_accelerated_vpx_decode =
|
| + gpu::GpuPreferences::VPX_VENDOR_NONE;
|
| }
|
| #endif
|
|
|
|
|