| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 292249214feac7cbe117bbb61b7764475bccc837..66de1fe131eb1e593766ddef1cd4935ecfb7a680 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -118,7 +118,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::kDisableWebRtcHWVP8Encoding),
|
| + command_line.HasSwitch(switches::kDisableWebRtcHWEncoding),
|
| "Accelerated video encode has been disabled, either via blacklist,"
|
| " about:flags or the command line.",
|
| true},
|
|
|