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

Unified Diff: content/public/common/gpu_feature_type.h

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
« chrome/browser/gpu_util.cc ('K') | « chrome/browser/gpu_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/gpu_feature_type.h
===================================================================
--- content/public/common/gpu_feature_type.h (revision 149057)
+++ content/public/common/gpu_feature_type.h (working copy)
@@ -18,13 +18,15 @@
GPU_FEATURE_TYPE_FLASH3D = 1 << 4,
GPU_FEATURE_TYPE_FLASH_STAGE3D = 1 << 5,
GPU_FEATURE_TYPE_TEXTURE_SHARING = 1 << 6,
+ GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE = 1 << 7,
GPU_FEATURE_TYPE_ALL = GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS |
GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING |
GPU_FEATURE_TYPE_WEBGL |
GPU_FEATURE_TYPE_MULTISAMPLING |
GPU_FEATURE_TYPE_FLASH3D |
GPU_FEATURE_TYPE_FLASH_STAGE3D |
- GPU_FEATURE_TYPE_TEXTURE_SHARING,
+ GPU_FEATURE_TYPE_TEXTURE_SHARING |
+ GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE,
// All flags initialized to false, i.e., no feature is blacklisted.
GPU_FEATURE_TYPE_UNKNOWN = 0
};
« chrome/browser/gpu_util.cc ('K') | « chrome/browser/gpu_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698