Chromium Code Reviews| 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 35060a9299fcf37a7ac19d247bacc459203bb4df..7d33212f6cf5b2772ca40eafce35b726b464ea2b 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.1", |
| + "version": "7.2", |
| "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], |
| + "cr_bugs": [116350, 151500, 349628], |
| "os": { |
| "type": "win" |
| }, |
| @@ -346,6 +346,14 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
| "op": "contains", |
| "value": "Atom" |
| } |
| + }, |
| + // Don't blacklist accelerated 2D canvas if WinSAT scores haven't |
| + // been gathered. |
|
Ken Russell (switch to Gerrit)
2014/03/06 01:21:57
Careful! Comments like these aren't valid JSON. Do
|
| + { |
| + "perf_overall": { |
| + "op": "=", |
| + "value": "0" |
| + } |
| } |
| ], |
| "features": [ |