| Index: chrome/browser/resources/gpu_blacklist.json
|
| ===================================================================
|
| --- chrome/browser/resources/gpu_blacklist.json (revision 75643)
|
| +++ chrome/browser/resources/gpu_blacklist.json (working copy)
|
| @@ -38,7 +38,7 @@
|
| {
|
| "name": "gpu blacklist",
|
| // Please update the version number whenever you change this file.
|
| - "version": "0.8",
|
| + "version": "0.9",
|
| "entries": [
|
| { // ATI Radeon X1900 on Mac, BUGWEBKIT=47028
|
| "id": "1",
|
| @@ -138,6 +138,20 @@
|
| "webgl",
|
| "accelerated_compositing"
|
| ]
|
| + },
|
| + { // Windows XP, BUG=72975
|
| + "id": "9",
|
| + "os": {
|
| + "type": "win",
|
| + "version": {
|
| + "op": "=",
|
| + "number": "5"
|
| + }
|
| + },
|
| + "blacklist": [
|
| + "webgl",
|
| + "accelerated_compositing"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|