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

Unified Diff: gpu/ipc/service/gpu_channel_test_common.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
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_channel_test_common.cc
diff --git a/gpu/ipc/service/gpu_channel_test_common.cc b/gpu/ipc/service/gpu_channel_test_common.cc
index f25e0c6a3b402c7a423f1e2aa0eb7673153a5db2..a236c68d60b9b9b8f122c3dc112bd5008c159028 100644
--- a/gpu/ipc/service/gpu_channel_test_common.cc
+++ b/gpu/ipc/service/gpu_channel_test_common.cc
@@ -77,6 +77,7 @@ GpuChannelTestCommon::GpuChannelTestCommon()
channel_manager_delegate_(new TestGpuChannelManagerDelegate()),
channel_manager_(
new GpuChannelManager(GpuPreferences(),
+ GpuDriverBugWorkarounds(),
channel_manager_delegate_.get(),
nullptr /* watchdog */,
task_runner_.get(),
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698