| 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 1ab737b2009230c5fecfcb5c7f0249a53a920b3c..917d1fddfac8e97106ed589ae8ce0e4414feb420 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "12.01",
|
| + "version": "12.02",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1416,6 +1416,17 @@ LONG_STRING_CONST(
|
| "features": [
|
| "gpu_rasterization"
|
| ]
|
| + },
|
| + {
|
| + "id": 128,
|
| + "description": "WebGL 2 is not yet ready on Android",
|
| + "cr_bugs": [295792, 641635],
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "features": [
|
| + "webgl2"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|