| 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 1be96c315f4a10f9b5002d30ab750fd10fe97ac1..3d1a61573e3152bfef981808cd96a7a9e4f2a6be 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.70",
|
| + "version": "8.71",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -551,6 +551,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "os": {
|
| "type": "linux"
|
| },
|
| + "gl_type": "gl",
|
| "driver_vendor": "Mesa",
|
| "features": [
|
| "disable_post_sub_buffers_for_onscreen_surfaces"
|
|
|