| 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 6616d89dc63467b61c84e136121d3bce004229d5..4ec9a2d0d6b83c76cf207d4bd0abdd339508d23d 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "gpu driver bug list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "8.99",
|
| + "version": "9.00",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2003,6 +2003,21 @@ LONG_STRING_CONST(
|
| "features": [
|
| "rewrite_do_while_loops"
|
| ]
|
| + },
|
| + {
|
| + "id": 188,
|
| + "description": "AVSampleBufferDisplayLayer leaks IOSurfaces on 10.9.",
|
| + "cr_bugs": [632178],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "<=",
|
| + "value": "10.10"
|
| + }
|
| + },
|
| + "features": [
|
| + "disable_av_sample_buffer_display_layer"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|