Chromium Code Reviews| 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" |
|
xhwang
2013/11/26 18:08:28
Shall we mention "RTC" in the description?
Ami GONE FROM CHROMIUM
2013/11/26 19:11:59
Thought about it but didn't see a natural phrasing
|
| + " or command line.", |
| + true |
| + }, |
| + { |
| "video", |
| manager->IsFeatureBlacklisted( |
| gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO), |