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

Side by Side 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: compositor_utils.cc moved to content\common 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 unified diff | Download patch
« no previous file with comments | « content/public/common/compositor_util.h ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // A handful of resource-like constants related to the Content application. 5 // A handful of resource-like constants related to the Content application.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_
9 9
10 #include <stddef.h> // For size_t 10 #include <stddef.h> // For size_t
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 extern const int kStatsMaxCounters; 47 extern const int kStatsMaxCounters;
48 48
49 // Most sequence numbers are used by a renderer when responding to a browser 49 // Most sequence numbers are used by a renderer when responding to a browser
50 // request for histogram data. This reserved number is used when a renderer 50 // request for histogram data. This reserved number is used when a renderer
51 // sends an unprovoked update, such as after a page has been loaded. Using 51 // sends an unprovoked update, such as after a page has been loaded. Using
52 // this reserved constant avoids any chance of confusion with a response having 52 // this reserved constant avoids any chance of confusion with a response having
53 // a browser-supplied sequence number. 53 // a browser-supplied sequence number.
54 CONTENT_EXPORT extern const int kHistogramSynchronizerReservedSequenceNumber; 54 CONTENT_EXPORT extern const int kHistogramSynchronizerReservedSequenceNumber;
55 55
56 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialName[]; 56 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialName[];
57 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialEnabledName[]; 57 CONTENT_EXPORT extern const char
58 kGpuCompositingFieldTrialForceCompositingEnabledName[];
58 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[]; 59 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[];
59 60
60 } // namespace content 61 } // namespace content
61 62
62 #endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_ 63 #endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_
OLDNEW
« no previous file with comments | « content/public/common/compositor_util.h ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698