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

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

Issue 10824168: Cleaning up compositing field trial code and enable FCM in beta/stable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: revert some.gyp Created 8 years, 4 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 d8eb0bcc9f47d10132ce772e0e66e936eb839377..90971810dd5b5227334e05d8f8a3e604e832c69c 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -54,7 +54,8 @@ extern const int kStatsMaxCounters;
CONTENT_EXPORT extern const int kHistogramSynchronizerReservedSequenceNumber;
CONTENT_EXPORT extern const char kGpuCompositingFieldTrialName[];
-CONTENT_EXPORT extern const char kGpuCompositingFieldTrialEnabledName[];
+CONTENT_EXPORT extern const char
+ kGpuCompositingFieldTrialForceCompositingEnabledName[];
CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[];
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698