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

Unified Diff: gpu/config/gpu_blacklist.cc

Issue 2682723003: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: gpu/config/gpu_blacklist.cc
diff --git a/gpu/config/gpu_blacklist.cc b/gpu/config/gpu_blacklist.cc
index 38d03092246df583f047f7ad9c8f4ec86404d47a..7d5d87da5bc7a6e74e627baec31aff21aa8fb420 100644
--- a/gpu/config/gpu_blacklist.cc
+++ b/gpu/config/gpu_blacklist.cc
@@ -44,8 +44,6 @@ std::unique_ptr<GpuBlacklist> GpuBlacklist::Create(
list->AddSupportedFeature("panel_fitting", GPU_FEATURE_TYPE_PANEL_FITTING);
list->AddSupportedFeature("gpu_rasterization",
GPU_FEATURE_TYPE_GPU_RASTERIZATION);
- list->AddSupportedFeature("accelerated_vpx_decode",
- GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE);
list->AddSupportedFeature("webgl2", GPU_FEATURE_TYPE_WEBGL2);
return list;
}
« no previous file with comments | « content/browser/gpu/gpu_data_manager_testing_arrays_and_structs_autogen.h ('k') | gpu/config/gpu_blacklist_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698