| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 916fcdec541cae52c0a4ed9bb88fe6643100dd79..c4136085d70be39c0aac2c852fd8874ce4a131ed 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -141,6 +141,15 @@ const GpuFeatureInfo GetGpuFeatureInfo(size_t index) {
|
| true
|
| },
|
| {
|
| + "video_encode",
|
| + manager->IsFeatureBlacklisted(
|
| + gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE),
|
| + command_line.HasSwitch(switches::kDisableWebRtcHWEncoding),
|
| + "Accelerated video encode has been disabled, either via about:flags"
|
| + " or command line.",
|
| + true
|
| + },
|
| + {
|
| "video",
|
| manager->IsFeatureBlacklisted(
|
| gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO),
|
|
|