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 9621100cc746df3d014b7958700984f11d5a7e98..e3f10dbbc3e3fa421b8675536465250267e61449 100644 |
| --- a/gpu/config/software_rendering_list_json.cc |
| +++ b/gpu/config/software_rendering_list_json.cc |
| @@ -716,6 +716,11 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
| "type": "win" |
| } |
| } |
|
Zhenyao Mo
2013/07/16 23:03:39
missing "," here, which will break the whole black
|
| + { |
| + "os": { |
| + "type": "linux" |
| + } |
| + }, |
|
Zhenyao Mo
2013/07/16 23:03:39
an extra "," here, please remove
|
| ], |
| "features": [ |
| "accelerated_video_decode" |