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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.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
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..b82205644e4b13a8cda32f181034031de00085a3 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "9.15",
+ "version": "9.16",
"entries": [
{
"id": 1,
@@ -508,25 +508,11 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
{
"id": 48,
- "description": "Accelerated video decode is unavailable on Mac and Linux",
- "cr_bugs": [137247, 133828],
- "exceptions": [
- {
- "os": {
- "type": "chromeos"
- }
- },
- {
- "os": {
- "type": "win"
- }
- },
- {
- "os": {
- "type": "android"
- }
- }
- ],
+ "description": "Accelerated video decode is unavailable on Linux",
+ "cr_bugs": [137247],
+ "os": {
+ "type": "linux"
+ },
"features": [
"accelerated_video_decode"
]
« no previous file with comments | « gpu/config/gpu_info_collector_ozone.cc ('k') | gpu/gpu.gyp » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698