diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index 7d33212..35060a9 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": "7.2", + "version": "7.1", "entries": [ { "id": 1, @@ -326,7 +326,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( { "id": 32, "description": "Accelerated 2d canvas is disabled on Windows systems with low perf stats", - "cr_bugs": [116350, 151500, 349628], + "cr_bugs": [116350, 151500], "os": { "type": "win" }, @@ -346,14 +346,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( "op": "contains", "value": "Atom" } - }, - // Don't blacklist accelerated 2D canvas if WinSAT scores haven't - // been gathered. - { - "perf_overall": { - "op": "=", - "value": "0" - } } ], "features": [ |