summaryrefslogtreecommitdiff
path: root/chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc')
-rw-r--r--chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc b/chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc
index f6b468b041a..bfcd4e63525 100644
--- a/chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc
+++ b/chromium/content/public/gpu/gpu_video_decode_accelerator_factory.cc
@@ -75,7 +75,8 @@ GpuVideoDecodeAcceleratorFactory::CreateVDA(
const gpu::GpuPreferences gpu_preferences =
GpuChildThread::current()->gpu_preferences();
- return gvdafactory_impl_->CreateVDA(client, config, gpu_preferences);
+ return gvdafactory_impl_->CreateVDA(
+ client, config, gpu::GpuDriverBugWorkarounds(), gpu_preferences);
}
GpuVideoDecodeAcceleratorFactory::GpuVideoDecodeAcceleratorFactory(