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 2383998dd33271d92792b36dd9094fee4ba2eef5..e5654fad7aa8703109a98dbb0ff1cbba9b124052 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.7", |
+ "version": "2.8", |
"entries": [ |
{ |
"id": 1, |
@@ -451,6 +451,17 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"features": [ |
"disable_async_readpixels" |
] |
+ }, |
+ { |
+ "id": 30, |
+ "cr_bugs": [237931], |
+ "description": "Multisampling is buggy on OSX when multiple monitors are connected", |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "features": [ |
+ "disable_multimonitor_multisampling" |
+ ] |
} |
] |
} |