| 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 b0b72773f2a5d80d998fb0555f7af4f1b4fac350..a4cf2b088fef3c4b1a414b728aa89b86d1fc2a8f 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -733,11 +733,22 @@
|
| LONG_STRING_CONST(
|
| {
|
| "id": 76,
|
| - "description": "WebGL is disabled on Android unless the GPU runs in a separate process",
|
| + "description": "WebGL is disabled on Android unless GPU reset notification is supported",
|
| "os": {
|
| "type": "android"
|
| },
|
| - "in_process_gpu": true,
|
| + "exceptions": [
|
| + {
|
| + "gl_reset_notification_strategy": {
|
| + "op": "=",
|
| + "value": "33362"
|
| + }
|
| + },
|
| + {
|
| + "gl_renderer": "Mali-400.*",
|
| + "gl_extensions": ".*EXT_robustness.*"
|
| + }
|
| + ],
|
| "features": [
|
| "webgl"
|
| ]
|
|
|