| 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 ca8fcc1527ff996164dfc81940c7ff3493f79e47..3b24cdc5a1098377fa4d7b4e8ac59bb59a672f46 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.22", | 
| +  "version": "8.23", | 
| "entries": [ | 
| { | 
| "id": 1, | 
| @@ -1481,6 +1481,18 @@ LONG_STRING_CONST( | 
| "features": [ | 
| "disable_program_cache" | 
| ] | 
| +    }, | 
| +    { | 
| +      "id": 127, | 
| +      "description": "Crash on binding cube map texture to FBO", | 
| +      "cr_bugs": [518889], | 
| +      "os": { | 
| +        "type": "android" | 
| +      }, | 
| +      "gl_renderer": "Adreno.*", | 
| +      "features": [ | 
| +        "force_cube_map_positive_x_allocation" | 
| +      ] | 
| } | 
| ] | 
| } | 
|  |