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 892b1b3c48c63bcaa84d02e529c9ee975887de92..bd57527f6aa6911504acc3fd461ad962fc0deb5d 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc |
@@ -743,6 +743,14 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine( |
command_line->AppendSwitch(switches::kDisableAcceleratedVideoDecode); |
} |
} |
+ |
+#if defined(OS_WIN) |
+ if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE) && |
+ gpu_preferences) { |
+ gpu_preferences->enable_accelerated_vpx_decode = false; |
+ } |
+#endif |
+ |
#if defined(ENABLE_WEBRTC) |
if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE) && |
!command_line->HasSwitch(switches::kDisableWebRtcHWEncoding)) { |