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

Unified Diff: chrome/browser/gpu_blacklist.cc

Issue 10831081: Add accelerated_video_decode as a GPU blacklist feature. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | chrome/browser/gpu_blacklist_unittest.cc » ('j') | chrome/browser/gpu_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu_blacklist.cc
===================================================================
--- chrome/browser/gpu_blacklist.cc (revision 149057)
+++ chrome/browser/gpu_blacklist.cc (working copy)
@@ -771,6 +771,7 @@
case content::GPU_FEATURE_TYPE_FLASH3D:
case content::GPU_FEATURE_TYPE_FLASH_STAGE3D:
case content::GPU_FEATURE_TYPE_TEXTURE_SHARING:
+ case content::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE:
case content::GPU_FEATURE_TYPE_ALL:
feature_type |= type;
break;
« no previous file with comments | « no previous file | chrome/browser/gpu_blacklist_unittest.cc » ('j') | chrome/browser/gpu_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698