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

Unified Diff: trunk/src/gpu/config/software_rendering_list_json.cc

Issue 180723020: Revert 255228 "Don't blacklist accelerated 2d canvas if WinStats..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/gpu/config/software_rendering_list_json.cc
===================================================================
--- trunk/src/gpu/config/software_rendering_list_json.cc (revision 255419)
+++ trunk/src/gpu/config/software_rendering_list_json.cc (working copy)
@@ -18,7 +18,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "7.2",
+ "version": "7.1",
"entries": [
{
"id": 1,
@@ -326,7 +326,7 @@
{
"id": 32,
"description": "Accelerated 2d canvas is disabled on Windows systems with low perf stats",
- "cr_bugs": [116350, 151500, 349628],
+ "cr_bugs": [116350, 151500],
"os": {
"type": "win"
},
@@ -346,14 +346,6 @@
"op": "contains",
"value": "Atom"
}
- },
- // Don't blacklist accelerated 2D canvas if WinSAT scores haven't
- // been gathered.
- {
- "perf_overall": {
- "op": "=",
- "value": "0"
- }
}
],
"features": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698