Commit ed2dbccf authored by ajuma@chromium.org's avatar ajuma@chromium.org

Update GPU rasterization whitelist

This updates the GPU rasterization whitelist to include
under-development Android versions. As of http://crrev.com/282281, 
these are treated as version 4.4.99 for blacklisting purposes.

BUG=394504

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284076 0039d316-1c4b-4281-b951-d872f2087c98
parent fbb1f605
......@@ -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": "8.7",
"version": "8.8",
"entries": [
{
"id": 1,
......@@ -1163,7 +1163,7 @@ LONG_STRING_CONST(
"type": "android",
"version": {
"op": ">=",
"value": "4.5"
"value": "4.4.99"
}
}
}
......
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