| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index 2ebdc851f53c134234bee26f6d038835116201e1..743d935942c3e001d4f84713514eee5f941ae4a4 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 =
|
|
|