Chromium Code Reviews| 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_ |