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 613294c67a90769955202205876c42e059a9b774..7d3f088ae267f8457addfba9a4aef81b64ef6115 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc |
@@ -742,7 +742,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 |