Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2105693003: Vp9 decoder mft support for AMD apu/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase once more to resolve cq issue Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu_host_messages.h » ('j') | content/public/browser/gpu_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | content/common/gpu_host_messages.h » ('j') | content/public/browser/gpu_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698