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

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

Issue 12079111: Allow separately blacklisting Stage3D baseline mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/public/common/common_param_traits_macros.h ('k') | ppapi/api/private/ppb_flash.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/gpu_feature_type.h
diff --git a/content/public/common/gpu_feature_type.h b/content/public/common/gpu_feature_type.h
index 3d75e1030cbc1ae1e4502e7f56b863171b32c457..892f41e6853c4822d4d41912f9c64baf0504b4ee 100644
--- a/content/public/common/gpu_feature_type.h
+++ b/content/public/common/gpu_feature_type.h
@@ -23,6 +23,7 @@ enum GpuFeatureType {
GPU_FEATURE_TYPE_ACCELERATED_VIDEO = 1 << 9,
GPU_FEATURE_TYPE_PANEL_FITTING = 1 << 10,
GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE = 1 << 11,
+ GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE = 1 << 12,
GPU_FEATURE_TYPE_ALL = GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS |
GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING |
GPU_FEATURE_TYPE_WEBGL |
@@ -34,7 +35,8 @@ enum GpuFeatureType {
GPU_FEATURE_TYPE_3D_CSS |
GPU_FEATURE_TYPE_ACCELERATED_VIDEO |
GPU_FEATURE_TYPE_PANEL_FITTING |
- GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE,
+ GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE |
+ GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE,
// All flags initialized to false, i.e., no feature is blacklisted.
GPU_FEATURE_TYPE_UNKNOWN = 0
};
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | ppapi/api/private/ppb_flash.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698