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

Unified Diff: gpu/command_buffer/service/gpu_preferences.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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
Index: gpu/command_buffer/service/gpu_preferences.h
diff --git a/gpu/command_buffer/service/gpu_preferences.h b/gpu/command_buffer/service/gpu_preferences.h
index 0b9a86701a4ee0541e4718cabc821c707df17a99..8d170985f175ef7421ff8e978d2655f45f646a7e 100644
--- a/gpu/command_buffer/service/gpu_preferences.h
+++ b/gpu/command_buffer/service/gpu_preferences.h
@@ -61,6 +61,9 @@ struct GPU_EXPORT GpuPreferences {
// Bitmask - 0x1=Microsoft, 0x2=AMD, 0x03=Try all.
VpxDecodeVendors enable_accelerated_vpx_decode = VPX_VENDOR_MICROSOFT;
+ // Enables using CODECAPI_AVLowLatencyMode.
+ bool enable_low_latency_dxva = true;
+
// Enables support for avoiding copying DXGI NV12 textures.
bool enable_zero_copy_dxgi_video = false;
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc ('k') | gpu/command_buffer/service/texture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698