Index: content/browser/gpu/software_rendering_list.json |
=================================================================== |
--- content/browser/gpu/software_rendering_list.json (revision 181977) |
+++ content/browser/gpu/software_rendering_list.json (working copy) |
@@ -75,7 +75,7 @@ |
{ |
"name": "software rendering list", |
// Please update the version number whenever you change this file. |
- "version": "4.16", |
+ "version": "4.17", |
"entries": [ |
{ |
"id": 1, |
@@ -1012,6 +1012,21 @@ |
"blacklist": [ |
"force_compositing_mode" |
] |
+ }, |
+ { |
+ "id": 67, |
+ "description": "Accelerated 2D Canvas is not supported on WinXP.", |
+ "cr_bugs": [175149], |
+ "os": { |
+ "type": "win", |
+ "version": { |
+ "op": "=", |
+ "number": "5" |
+ } |
+ }, |
+ "blacklist": [ |
+ "accelerated_2d_canvas" |
+ ] |
} |
] |
} |