Commit eb2f39cc authored by zmo@chromium.org's avatar zmo@chromium.org

Revert 255228 "Don't blacklist accelerated 2d canvas if WinStats..."

There is built-in logic to ignore a blacklist entry if related data is unavailable, so this CL doesn't have any effects.

> Don't blacklist accelerated 2d canvas if WinStats are unavailable.
> 
> BUG=349628
> TEST=gpu_unittests
> R=kbr@chromium.org
> 
> Review URL: https://codereview.chromium.org/183883026

TBR=zmo@chromium.org

Review URL: https://codereview.chromium.org/180723020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255421 0039d316-1c4b-4281-b951-d872f2087c98
parent 87c82f56
...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "7.2", "version": "7.1",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -326,7 +326,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -326,7 +326,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"id": 32, "id": 32,
"description": "Accelerated 2d canvas is disabled on Windows systems with low perf stats", "description": "Accelerated 2d canvas is disabled on Windows systems with low perf stats",
"cr_bugs": [116350, 151500, 349628], "cr_bugs": [116350, 151500],
"os": { "os": {
"type": "win" "type": "win"
}, },
...@@ -346,14 +346,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -346,14 +346,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"op": "contains", "op": "contains",
"value": "Atom" "value": "Atom"
} }
},
// Don't blacklist accelerated 2D canvas if WinSAT scores haven't
// been gathered.
{
"perf_overall": {
"op": "=",
"value": "0"
}
} }
], ],
"features": [ "features": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment