| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index 7ac9c72396a2b8ba4677285c3b9dc820d2273f6b..98d7aa1eae5b637830d3381ce4e9e3f091f38ce0 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -46,9 +46,7 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| #endif
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| gpu_preferences.disable_web_rtc_hw_encoding =
|
| - command_line->HasSwitch(switches::kDisableWebRtcHWEncoding) &&
|
| - command_line->GetSwitchValueASCII(switches::kDisableWebRtcHWEncoding)
|
| - .empty();
|
| + command_line->HasSwitch(switches::kDisableWebRtcHWEncoding);
|
| #endif
|
| #if defined(OS_WIN)
|
| uint32_t enable_accelerated_vpx_decode_val =
|
|
|