| 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 d8865d6033248778878a84421db66c5e7948631e..7a4d6948f73a190f67408d45402990a42e1b8c3e 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": "10.7",
|
| + "version": "10.8",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1042,21 +1042,6 @@ LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| - "id": 99,
|
| - "description": "GPU rasterization is blacklisted on non-Android",
|
| - "cr_bugs": [362779],
|
| - "exceptions": [
|
| - {
|
| - "os": {
|
| - "type": "android"
|
| - }
|
| - }
|
| - ],
|
| - "features": [
|
| - "gpu_rasterization"
|
| - ]
|
| - },
|
| - {
|
| "id": 100,
|
| "description": "GPU rasterization and canvas is blacklisted on Nexus 10",
|
| "cr_bugs": [407144],
|
|
|