| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index 245da16f5a380ddeb9ade1966ba5ed45aeb4c92c..a4145ba6443294eedb5b13ded833f323b6d0b830 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -63,9 +63,7 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| #endif
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| gpu_preferences.disable_web_rtc_hw_encoding =
|
| - command_line->HasSwitch(switches::kDisableWebRtcHWEncoding) ||
|
| - (command_line->HasSwitch(switches::kDisableWebRtcHWVP8Encoding) &&
|
| - !base::FeatureList::IsEnabled(features::kWebRtcHWH264Encoding));
|
| + command_line->HasSwitch(switches::kDisableWebRtcHWEncoding);
|
| #endif
|
| #if defined(OS_WIN)
|
| uint32_t enable_accelerated_vpx_decode_val =
|
|
|