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

Side by Side Diff: content/public/common/content_switches.h

Issue 10636036: Enable renderer side mixing behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove new mixer address != old mixer address test. Created 8 years, 5 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
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/content_switches.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 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 extern const char kEnableGpuBenchmarking[]; 97 extern const char kEnableGpuBenchmarking[];
98 CONTENT_EXPORT extern const char kEnableLogging[]; 98 CONTENT_EXPORT extern const char kEnableLogging[];
99 extern const char kEnableMediaSource[]; 99 extern const char kEnableMediaSource[];
100 extern const char kEnablePeerConnection[]; 100 extern const char kEnablePeerConnection[];
101 extern const char kEnableMonitorProfile[]; 101 extern const char kEnableMonitorProfile[];
102 extern const char kEnablePartialSwap[]; 102 extern const char kEnablePartialSwap[];
103 extern const char kEnablePinch[]; 103 extern const char kEnablePinch[];
104 extern const char kEnablePreparsedJsCaching[]; 104 extern const char kEnablePreparsedJsCaching[];
105 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[]; 105 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
106 extern const char kEnablePruneGpuCommandBuffers[]; 106 extern const char kEnablePruneGpuCommandBuffers[];
107 extern const char kEnableRendererSideMixing[];
107 extern const char kEnableSSLCachedInfo[]; 108 extern const char kEnableSSLCachedInfo[];
108 extern const char kEnableSandboxLogging[]; 109 extern const char kEnableSandboxLogging[];
109 extern const char kEnableSeccompSandbox[]; 110 extern const char kEnableSeccompSandbox[];
110 extern const char kEnableShadowDOM[]; 111 extern const char kEnableShadowDOM[];
111 extern const char kEnableStyleScoped[]; 112 extern const char kEnableStyleScoped[];
112 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 113 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
113 CONTENT_EXPORT extern const char kEnableStatsTable[]; 114 CONTENT_EXPORT extern const char kEnableStatsTable[];
114 extern const char kEnableStrictSiteIsolation[]; 115 extern const char kEnableStrictSiteIsolation[];
115 CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; 116 CONTENT_EXPORT extern const char kEnableThreadedCompositing[];
116 CONTENT_EXPORT extern const char kDisableThreadedCompositing[]; 117 CONTENT_EXPORT extern const char kDisableThreadedCompositing[];
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 211
211 #if defined(USE_AURA) 212 #if defined(USE_AURA)
212 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 213 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
213 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 214 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
214 CONTENT_EXPORT extern const char kTestCompositor[]; 215 CONTENT_EXPORT extern const char kTestCompositor[];
215 #endif 216 #endif
216 217
217 } // namespace switches 218 } // namespace switches
218 219
219 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 220 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698