Chromium Code Reviews| 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 dfebf2b6e230ec1e8668c21460dc62d11646a187..8ca5f20cdc102a39c5f3124d05f547015b3259d1 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -601,9 +601,13 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| }, |
| { |
| "id": 52, |
| - "description": "ES3 MSAA is broken on Qualcomm", |
| + "description": "ES3 MSAA is broken on Qualcomm driver prior to Lollipop", |
| "os": { |
| "type": "android" |
|
Ken Russell (switch to Gerrit)
2015/03/26 19:05:47
Need comma here.
Stephen White
2015/03/26 19:48:32
Done.
|
| + "version": { |
| + "op": "<", |
| + "value": "5.0.0" |
| + } |
| }, |
| "gl_vendor": "Qualcomm.*", |
| "features": [ |