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 1d26768dafd877009465469d7e0261b56b88b644..1de3bbc3bfb5e17ffa8be048edabc6c58290e5cb 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.3", |
+ "version": "9.4", |
"entries": [ |
{ |
"id": 1, |
@@ -1085,25 +1085,6 @@ LONG_STRING_CONST( |
] |
}, |
{ |
- "id": 98, |
- "description": "Whitelist for using GPU rasterization for a broader set of content", |
- "cr_bugs": [399306], |
- "exceptions": [ |
- { |
- "os": { |
- "type": "android", |
- "version": { |
- "op": ">=", |
- "value": "4.4.99" |
- } |
- } |
- } |
- ], |
- "features": [ |
- "gpu_rasterization_expanded_heuristics" |
- ] |
- }, |
- { |
"id": 99, |
"description": "GPU rasterization is blacklisted on non-Android", |
"cr_bugs": [362779], |