Chromium Code Reviews| Index: gpu/config/software_rendering_list_json.cc |
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc |
| index 6ed261fae40cef2d1a37a83ab92ea23aca7fc7c5..653c03cd68f18603e50eb7656e979cbe9ea27ac3 100644 |
| --- a/gpu/config/software_rendering_list_json.cc |
| +++ b/gpu/config/software_rendering_list_json.cc |
| @@ -971,6 +971,16 @@ LONG_STRING_CONST( |
| "features": [ |
| "force_compositing_mode" |
| ] |
| + }, |
| + { |
| + "id": 82, |
| + "description": "MediaCodec is still too buggy to use for encoding.", // b/11536167. |
|
Ken Russell (switch to Gerrit)
2013/11/27 00:18:20
The end-of-line comment wouldn't be valid JSON if
Ami GONE FROM CHROMIUM
2013/11/27 01:13:13
Even though it's google-internal only? OK.
Ken Russell (switch to Gerrit)
2013/11/27 01:16:37
Thanks. I don't think it matters that it's an inte
|
| + "os": { |
| + "type": "android" |
| + }, |
| + "features": [ |
| + "accelerated_video_encode" |
| + ] |
| } |
| ] |
| } |