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 bf699f6cf45d54b54922f312fe2ce0424533315e..c8066ae8bba7e0ddd7dc6cb4d7030dd0dbacbfee 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": "5.3", |
+ "version": "5.4", |
"entries": [ |
{ |
"id": 1, |
@@ -967,6 +967,18 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"features": [ |
"use_virtualized_gl_contexts" |
] |
+ }, |
+ { |
+ "id": 73, |
+ "description": "Using D3D11 causes browser crashes on certain Intel GPUs", |
+ "cr_bugs": [310808], |
+ "os": { |
+ "type": "win" |
+ }, |
+ "vendor_id": "0x8086", |
+ "features": [ |
+ "disable_d3d11" |
+ ] |
} |
] |
} |