| 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 190dc04cd6604c6ca792cdb65f293acbb28181e0..c36bb83233f7ff838fb5253a10d530146f3abb77 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": "7.18.1.43",
|
| + "version": "7.18.1.44",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1191,28 +1191,6 @@ LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| - "id": 104,
|
| - "description": "Disable android webview gpu thread on PowerVR G6xxx",
|
| - "cr_bugs": [480992],
|
| - "os": {
|
| - "type": "android",
|
| - "version": {
|
| - "op": ">=",
|
| - "value": "5.0.0"
|
| - }
|
| - },
|
| - "gl_vendor": "Imagination.*",
|
| - "gl_renderer": "PowerVR Rogue.*",
|
| - "driver_version": {
|
| - "op": "between",
|
| - "value": "1.3",
|
| - "value2": "1.4"
|
| - },
|
| - "features": [
|
| - "disable_android_webview_gpu_thread"
|
| - ]
|
| - },
|
| - {
|
| "id": 107,
|
| "description": "EGL Sync server wait broken on IMG G6xxx drivers",
|
| "cr_bugs": [480992],
|
|
|