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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 849143002: Remove accelerated hardware decode blacklist entry for Mac OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/about_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index e1a8cb35c6aef4cd1eedec3732c36d5832fee6e1..307ee58a1beb420033ccb927afd862cd4d9ccf74 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -508,8 +508,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
{
"id": 48,
- "description": "Accelerated video decode is unavailable on Mac and Linux",
- "cr_bugs": [137247, 133828],
+ "description": "Accelerated video decode is unavailable on Linux",
+ "cr_bugs": [137247],
"exceptions": [
{
"os": {
@@ -518,6 +518,11 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
{
"os": {
+ "type": "macosx"
+ }
+ },
+ {
+ "os": {
no sievers 2015/01/15 00:31:38 can this simply specify os: "linux" now instead of
sandersd (OOO until July 31) 2015/01/15 00:47:51 That is much better, thanks! (Done.)
"type": "win"
}
},
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698