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 837d9b44e50b3c7078b9a912ead1996acfa557dc..36348b57738bcc9ecf8f1b80d88f78bdb79e7975 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": "8.4", |
+ "version": "8.5", |
"entries": [ |
{ |
"id": 1, |
@@ -1171,6 +1171,28 @@ LONG_STRING_CONST( |
"features": [ |
"gpu_rasterization" |
] |
+ }, |
+ { |
+ "id": 97, |
+ "description": "Additional GPU rasterization whitelist for field trial", |
+ "cr_bugs": [380694], |
+ "exceptions": [ |
+ { |
+ "os": { |
+ "type": "android" |
+ }, |
+ "machine_model_name": ["HTC One", |
+ "C5303", "C6603", "C6903", |
+ "GT-I8262", "GT-I8552", "GT-I9195", "GT-I9300", |
+ "GT-I9500", "GT-I9505", "GT-N7100", |
+ "SAMSUNG-SCH-I337", "SCH-I545", "SGH-M919", |
+ "SM-N900", "SM-N9005", "SPH-L720", |
+ "XT907", "XT1032", "XT1033", "XT1080"] |
+ } |
+ ], |
+ "features": [ |
+ "gpu_rasterization_field_trial" |
+ ] |
} |
] |
} |