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

Unified Diff: content/common/gpu_host_messages.h

Issue 2472173002: DXVA: Add --disable-low-latency-dxva to disable low latency decoding (Closed)
Patch Set: IPC Created 4 years, 1 month 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/public/browser/gpu_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu_host_messages.h
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
index b38c8ac311d7e79a1ec659e6984eab512647bd66..252e77b77ea28a9d6d6a6a6493f0de80e425ea19 100644
--- a/content/common/gpu_host_messages.h
+++ b/content/common/gpu_host_messages.h
@@ -74,6 +74,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GpuPreferences)
#endif
#if defined(OS_WIN)
IPC_STRUCT_TRAITS_MEMBER(enable_accelerated_vpx_decode)
+ IPC_STRUCT_TRAITS_MEMBER(enable_low_latency_dxva)
IPC_STRUCT_TRAITS_MEMBER(enable_zero_copy_dxgi_video)
IPC_STRUCT_TRAITS_MEMBER(enable_nv12_dxgi_video)
#endif
« no previous file with comments | « no previous file | content/public/browser/gpu_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698