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 a4cf2b088fef3c4b1a414b728aa89b86d1fc2a8f..14117abca7d3ee06dc792e7c05c636ca57c4baeb 100644 |
| --- a/gpu/config/software_rendering_list_json.cc |
| +++ b/gpu/config/software_rendering_list_json.cc |
| @@ -733,12 +733,15 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
| LONG_STRING_CONST( |
| { |
| "id": 76, |
| - "description": "WebGL is disabled on Android unless GPU reset notification is supported", |
| + "description": "WebGL is disabled on Android unless the GPU runs in a separate process or GPU reset notifications are supported", |
| "os": { |
| "type": "android" |
| }, |
| "exceptions": [ |
|
aelias_OOO_until_Jul13
2015/07/23 00:03:28
"exceptions"-based rules are confusing, and I don'
|
| { |
| + "in_process_gpu": false |
| + }, |
| + { |
| "gl_reset_notification_strategy": { |
| "op": "=", |
| "value": "33362" |