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 95d828d24161bb068d06c09f23dcb3042f44fbb5..bd846a6fd28d7ec3cc289643c4f82de814825904 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": "9.19", |
+ "version": "10.0", |
"entries": [ |
{ |
"id": 1, |
@@ -336,32 +336,6 @@ 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], |
- "os": { |
- "type": "win" |
- }, |
- "perf_overall": { |
- "op": "<", |
- "value": "3.5" |
- }, |
- "exceptions": [ |
- { |
- "perf_gaming": { |
- "op": ">", |
- "value": "3.5" |
- } |
- }, |
- { |
- "cpu_info": "(?i).*Atom.*" |
- } |
- ], |
- "features": [ |
- "accelerated_2d_canvas" |
- ] |
- }, |
- { |
"id": 34, |
"description": "S3 Trio (used in Virtual PC) is not compatible", |
"cr_bugs": [119948], |