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

Unified Diff: content/public/common/content_constants.cc

Issue 10944037: Add field trial for enabling Stage3D in XP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: content/public/common/content_constants.cc
diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc
index 9b0cdc4fe98ecc99a11c4f90c1c3b6b98740f256..71ea99cce6d6a45915e581c414933a09a8f15bed 100644
--- a/content/public/common/content_constants.cc
+++ b/content/public/common/content_constants.cc
@@ -41,4 +41,8 @@ const char kGpuCompositingFieldTrialName[] = "ForceCompositingMode";
const char kGpuCompositingFieldTrialForceCompositingEnabledName[] = "enabled";
const char kGpuCompositingFieldTrialThreadEnabledName[] = "thread";
+const char kStage3DFieldTrialName[] = "EnableStage3D";
+const char kStage3DFieldTrialBlacklistedName[] = "blacklisted";
+const char kStage3DFieldTrialEnabledName[] = "enabled";
+
} // namespace content
« content/public/common/content_constants.h ('K') | « content/public/common/content_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698