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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 16430003: Remove linux x86 from HW video decode black list Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 | « content/test/content_browser_test.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 9621100cc746df3d014b7958700984f11d5a7e98..e3f10dbbc3e3fa421b8675536465250267e61449 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -716,6 +716,11 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"type": "win"
}
}
Zhenyao Mo 2013/07/16 23:03:39 missing "," here, which will break the whole black
+ {
+ "os": {
+ "type": "linux"
+ }
+ },
Zhenyao Mo 2013/07/16 23:03:39 an extra "," here, please remove
],
"features": [
"accelerated_video_decode"
« no previous file with comments | « content/test/content_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698