| 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 81e23a3caee036e129eb448fb35190eff4d3ce3c..b10e52aac37eded367cbb32be5f31831e294a316 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": "11.6",
|
| + "version": "11.7",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1214,6 +1214,21 @@ LONG_STRING_CONST(
|
| "webgl",
|
| "accelerated_2d_canvas"
|
| ]
|
| + },
|
| + {
|
| + "id": 119,
|
| + "description": "There are display issues with GPU Raster on OSX 10.9",
|
| + "cr_bugs": [611310],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "<=",
|
| + "value": "10.9"
|
| + }
|
| + },
|
| + "features": [
|
| + "gpu_rasterization"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|