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 b13f601254f191f54ebbf28baad13d864fe59abc..8c8bc5ed4cda96b2b6f6f32fecd9053f7ea80f0e 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.08", |
+ "version": "8.09", |
"entries": [ |
{ |
"id": 1, |
@@ -1395,6 +1395,19 @@ LONG_STRING_CONST( |
"features": [ |
"disable_blend_equation_advanced" |
] |
+ }, |
+ { |
+ "id": 118, |
+ "description": "Context lost recovery often fails on Mali-400 on Android.", |
+ "cr_bugs": [496438], |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_vendor": "ARM.*", |
+ "gl_renderer": ".*Mali-400.*", |
+ "features": [ |
+ "exit_on_context_lost" |
+ ] |
} |
] |
} |