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 2e55cc06f45fd098b39b81f639137288c7a3b761..a75796f423572c63cc7607ef7cc34b60da502642 100644 |
--- a/gpu/config/gpu_driver_bug_list_json.cc |
+++ b/gpu/config/gpu_driver_bug_list_json.cc |
@@ -581,22 +581,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
] |
}, |
{ |
- "id": 50, |
- "description": "NVIDIA driver requires unbinding a GpuMemoryBuffer from the texture before mapping it to main memory", |
- "os": { |
- "type": "android" |
- }, |
- "gl_type": "gles", |
- "gl_version": { |
- "op": "<", |
- "value": "3.1" |
- }, |
- "gl_vendor": "NVIDIA.*", |
- "features": [ |
- "release_image_after_use" |
- ] |
- }, |
- { |
"id": 51, |
"description": "TexSubImage2D() is faster for full uploads on ANGLE", |
"os": { |