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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 // sends an unprovoked update, such as after a page has been loaded. Using 54 // sends an unprovoked update, such as after a page has been loaded. Using
55 // this reserved constant avoids any chance of confusion with a response having 55 // this reserved constant avoids any chance of confusion with a response having
56 // a browser-supplied sequence number. 56 // a browser-supplied sequence number.
57 CONTENT_EXPORT extern const int kHistogramSynchronizerReservedSequenceNumber; 57 CONTENT_EXPORT extern const int kHistogramSynchronizerReservedSequenceNumber;
58 58
59 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialName[]; 59 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialName[];
60 CONTENT_EXPORT extern const char 60 CONTENT_EXPORT extern const char
61 kGpuCompositingFieldTrialForceCompositingEnabledName[]; 61 kGpuCompositingFieldTrialForceCompositingEnabledName[];
62 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[]; 62 CONTENT_EXPORT extern const char kGpuCompositingFieldTrialThreadEnabledName[];
63 63
64 CONTENT_EXPORT extern const char kStage3DFieldTrialName[];
65 CONTENT_EXPORT extern const char kStage3DFieldTrialBlacklistedName[];
66 CONTENT_EXPORT extern const char kStage3DFieldTrialEnabledName[];
67
64 } // namespace content 68 } // namespace content
65 69
66 #endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_ 70 #endif // CONTENT_PUBLIC_COMMON_CONTENT_CONSTANTS_H_
OLDNEW
« 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