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 29d9f6899dc7c85c1ab764d31ac6e42af0b3b620..3713a581c9c115e0f163e341d654370c46fd07d5 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.97", |
+ "version": "8.98", |
"entries": [ |
{ |
"id": 1, |
@@ -1976,6 +1976,18 @@ LONG_STRING_CONST( |
"features": [ |
"disable_dxgi_zero_copy_video" |
] |
+ }, |
+ { |
+ "id": 186, |
+ "description": "Rewrite condition in for and while loops for Intel Mac", |
+ "cr_bugs": [644669], |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "vendor_id": "0x8086", |
+ "features": [ |
+ "add_and_true_to_loop_condition" |
+ ] |
} |
] |
// Please update the version number at beginning of this file whenever you |