| Index: trunk/src/gpu/config/software_rendering_list_json.cc
|
| ===================================================================
|
| --- trunk/src/gpu/config/software_rendering_list_json.cc (revision 255419)
|
| +++ trunk/src/gpu/config/software_rendering_list_json.cc (working copy)
|
| @@ -18,7 +18,7 @@
|
| {
|
| "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 @@
|
| {
|
| "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 @@
|
| "op": "contains",
|
| "value": "Atom"
|
| }
|
| - },
|
| - // Don't blacklist accelerated 2D canvas if WinSAT scores haven't
|
| - // been gathered.
|
| - {
|
| - "perf_overall": {
|
| - "op": "=",
|
| - "value": "0"
|
| - }
|
| }
|
| ],
|
| "features": [
|
|
|