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

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

Issue 10944037: Add field trial for enabling Stage3D in XP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests 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
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_constants.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index 12bd7dcca00b19319a4e0dbf0b81d462933d839a..035f1559d5ed782de3f24e7cc04b85c384bff98c 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -61,6 +61,10 @@ CONTENT_EXPORT extern const char
kGpuCompositingFieldTrialForceCompositingEnabledName[];
CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[];
+CONTENT_EXPORT extern const char kStage3DFieldTrialName[];
+CONTENT_EXPORT extern const char kStage3DFieldTrialBlacklistedName[];
+CONTENT_EXPORT extern const char kStage3DFieldTrialEnabledName[];
+
} // namespace content
#endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698