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

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: 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.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index 369c4c160a42c2e5ceb1a6a7674520e5d1888bb7..7d17e575e3d72e89de77dc2df316ae8ec9a6ecc8 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -66,6 +66,12 @@ CONTENT_EXPORT extern const char
kGpuCompositingFieldTrialForceCompositingEnabledName[];
CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[];
+CONTENT_EXPORT extern const char kStage3DFieldTrialName[];
+CONTENT_EXPORT extern const char
+ kStage3DFieldTrialBlacklistedName[];
Alexei Svitkine (slow) 2012/09/19 20:33:16 Nit: I think this fits on the previous line.
+CONTENT_EXPORT extern const char
+ kStage3DFieldTrialEnabledName[];
Alexei Svitkine (slow) 2012/09/19 20:33:16 Nit: I think this fits on the previous line.
+
} // namespace content
#endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698