| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 0afb42e36699e381419f9e3f51b0bd124e882330..9c6099535a707c497c8b0e4fc6ba77fd75c78265 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -117,7 +117,7 @@ const GpuFeatureInfo GetGpuFeatureInfo(size_t index, bool* eof) {
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| {"video_encode", manager->IsFeatureBlacklisted(
|
| gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE),
|
| - command_line.HasSwitch(switches::kDisableWebRtcHWEncoding),
|
| + command_line.HasSwitch(switches::kDisableWebRtcHWVP8Encoding),
|
| "Accelerated video encode has been disabled, either via blacklist,"
|
| " about:flags or the command line.",
|
| true},
|
|
|