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

Unified Diff: trunk/src/gpu/config/software_rendering_list_json.cc

Issue 23537025: Revert 221240 "Remove compositing blacklisting of 10.7 and 10.6." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « no previous file | trunk/src/tools/telemetry/telemetry/core/backends/chrome/desktop_browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/gpu/config/software_rendering_list_json.cc
===================================================================
--- trunk/src/gpu/config/software_rendering_list_json.cc (revision 221445)
+++ trunk/src/gpu/config/software_rendering_list_json.cc (working copy)
@@ -89,7 +89,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "6.8",
+ "version": "6.9",
"entries": [
{
"id": 1,
@@ -987,6 +987,21 @@
]
},
{
+ "id": 66,
+ "description": "Force compositing mode is unstable in MacOSX earlier than 10.8.",
+ "cr_bugs": [174101],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": "<",
+ "number": "10.8"
+ }
+ },
+ "features": [
+ "force_compositing_mode"
+ ]
+ },
+ {
"id": 67,
"description": "Accelerated 2D Canvas is not supported on WinXP.",
"cr_bugs": [175149],
« no previous file with comments | « no previous file | trunk/src/tools/telemetry/telemetry/core/backends/chrome/desktop_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698