diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 20:46:44 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 20:46:44 +0000 |
commit | eb2f39cce6b200e56246ff7d18fe51eab142cb76 (patch) | |
tree | 46387ccb8f0df15867bae69cb63bb20b83f3757c /gpu | |
parent | 87c82f56c091c07028f9f6109da1faef7f4b8e1d (diff) | |
download | chromium_src-eb2f39cce6b200e56246ff7d18fe51eab142cb76.zip chromium_src-eb2f39cce6b200e56246ff7d18fe51eab142cb76.tar.gz chromium_src-eb2f39cce6b200e56246ff7d18fe51eab142cb76.tar.bz2 |
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
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index 7d33212..35060a9 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": "7.2", + "version": "7.1", "entries": [ { "id": 1, @@ -326,7 +326,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( { "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 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( "op": "contains", "value": "Atom" } - }, - // Don't blacklist accelerated 2D canvas if WinSAT scores haven't - // been gathered. - { - "perf_overall": { - "op": "=", - "value": "0" - } } ], "features": [ |