| Index: gpu/config/gpu_driver_bug_list_json.cc
|
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
|
| index 2ecfb0780dd8fbf5028953d000d95b9f4c60d49d..b0538ce6ba3cf9c57f6f3a77e4671e91aaf44841 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "gpu driver bug list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "2.2",
|
| + "version": "2.3",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -402,6 +402,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "features": [
|
| "disable_async_readpixels"
|
| ]
|
| + },
|
| + {
|
| + "id": 26,
|
| + "description": "Disable use of Direct3D 11 on Windows Vista",
|
| + "os": {
|
| + "type": "win",
|
| + "version": {
|
| + "op": "<",
|
| + "number": "6.1"
|
| + }
|
| + },
|
| + "features": [
|
| + "disable_d3d11"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|