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

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

Issue 11930003: Add force_compositing_mode support in gpu blacklist. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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
« no previous file with comments | « content/browser/gpu/software_rendering_list.json ('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 176935)
+++ content/public/common/gpu_feature_type.h (working copy)
@@ -22,6 +22,7 @@
GPU_FEATURE_TYPE_3D_CSS = 1 << 8,
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_ALL = GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS |
GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING |
GPU_FEATURE_TYPE_WEBGL |
@@ -32,7 +33,8 @@
GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE |
GPU_FEATURE_TYPE_3D_CSS |
GPU_FEATURE_TYPE_ACCELERATED_VIDEO |
- GPU_FEATURE_TYPE_PANEL_FITTING,
+ GPU_FEATURE_TYPE_PANEL_FITTING |
+ GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE,
// All flags initialized to false, i.e., no feature is blacklisted.
GPU_FEATURE_TYPE_UNKNOWN = 0
};
« no previous file with comments | « content/browser/gpu/software_rendering_list.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698