Commit 6fe81d16 authored by zmo@chromium.org's avatar zmo@chromium.org

Blacklist force_compositing_mode in Vista.

BUG=170421
TEST=content_unittests
TBR=kbr
Review URL: https://codereview.chromium.org/11962029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177263 0039d316-1c4b-4281-b951-d872f2087c98
parent 605e3e82
......@@ -75,7 +75,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "4.10",
"version": "4.11",
"entries": [
{
"id": 1,
......@@ -968,6 +968,21 @@
"blacklist": [
"accelerated_video_decode"
]
},
{
"id": 65,
"description": "Force compositing mode is unstable in Win Vista.",
"cr_bugs": [170421],
"os": {
"type": "win",
"version": {
"op": "=",
"number": "6.0"
}
},
"blacklist": [
"force_compositing_mode"
]
}
]
}
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