Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4416)

Unified Diff: chrome/browser/resources/gpu_blacklist.json

Issue 6551023: Merge r75130:... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/648/src/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/gpu_process_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ ]
}
]
}
« no previous file with comments | « chrome/browser/gpu_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698