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 8d1f98f22b393b00fb4ba1fa6420c91e7baf9486..08febf00757f7e2dba44f0677d785458b1607ebe 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": "4.7", |
+ "version": "4.8", |
"entries": [ |
{ |
"id": 1, |
@@ -908,6 +908,17 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"features": [ |
"force_gl_finish_after_compositing" |
] |
+ }, |
+ { |
+ "id": 68, |
+ "description": "Disable partial swaps on linux drivers", |
+ "cr_bugs": [339493], |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "features": [ |
+ "disable_post_sub_buffers_for_onscreen_surfaces" |
+ ] |
} |
] |
} |