Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 963963002: cc: Add kDisableGpuRasterization to content_shell for layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge - update version # again Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8865d6033248778878a84421db66c5e7948631e..7a4d6948f73a190f67408d45402990a42e1b8c3e 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": "10.7",
+ "version": "10.8",
"entries": [
{
"id": 1,
@@ -1042,21 +1042,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 99,
- "description": "GPU rasterization is blacklisted on non-Android",
- "cr_bugs": [362779],
- "exceptions": [
- {
- "os": {
- "type": "android"
- }
- }
- ],
- "features": [
- "gpu_rasterization"
- ]
- },
- {
"id": 100,
"description": "GPU rasterization and canvas is blacklisted on Nexus 10",
"cr_bugs": [407144],
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698