| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index 2741e46a582fbb15697574e2a44c92160844f7d5..d8b70417c8313c50f0136e017a95b00a3bae7855 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -58,6 +58,8 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| static_cast<gpu::GpuPreferences::VpxDecodeVendors>(
|
| enable_accelerated_vpx_decode_val);
|
| }
|
| + gpu_preferences.enable_low_latency_dxva =
|
| + !command_line->HasSwitch(switches::kDisableLowLatencyDxva);
|
| gpu_preferences.enable_zero_copy_dxgi_video =
|
| !command_line->HasSwitch(switches::kDisableZeroCopyDxgiVideo);
|
| gpu_preferences.enable_nv12_dxgi_video =
|
|
|