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..689c57e7db9e8d842ac7ce82e8884a3228c0963a 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,12 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"op": "contains", |
"value": "Atom" |
} |
+ }, |
+ { |
+ "perf_overall": { |
Ken Russell (switch to Gerrit)
2014/03/05 23:59:23
Is there any way to enter a comment for this? (i.e
Zhenyao Mo
2014/03/06 01:15:13
Done.
|
+ "op": "=", |
+ "value": "0" |
+ } |
} |
], |
"features": [ |