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

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

Issue 344703002: Revert of Remove EnableThreadedCompositing from the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/browser/resources/gpu/info_view.js ('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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 extern const char kEnableSkiaBenchmarking[]; 136 extern const char kEnableSkiaBenchmarking[];
137 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 137 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
138 CONTENT_EXPORT extern const char kEnableSpatialNavigation[]; 138 CONTENT_EXPORT extern const char kEnableSpatialNavigation[];
139 CONTENT_EXPORT extern const char kEnableSpeechSynthesis[]; 139 CONTENT_EXPORT extern const char kEnableSpeechSynthesis[];
140 CONTENT_EXPORT extern const char kEnableStatsTable[]; 140 CONTENT_EXPORT extern const char kEnableStatsTable[];
141 extern const char kEnableStrictSiteIsolation[]; 141 extern const char kEnableStrictSiteIsolation[];
142 CONTENT_EXPORT extern const char kEnableServiceWorker[]; 142 CONTENT_EXPORT extern const char kEnableServiceWorker[];
143 CONTENT_EXPORT extern const char kEnableServiceWorkerSync[]; 143 CONTENT_EXPORT extern const char kEnableServiceWorkerSync[];
144 CONTENT_EXPORT extern const char kEnableTargetedStyleRecalc[]; 144 CONTENT_EXPORT extern const char kEnableTargetedStyleRecalc[];
145 CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; 145 CONTENT_EXPORT extern const char kEnableTcpFastOpen[];
146 CONTENT_EXPORT extern const char kEnableThreadedCompositing[];
146 CONTENT_EXPORT extern const char kEnableUserMediaScreenCapturing[]; 147 CONTENT_EXPORT extern const char kEnableUserMediaScreenCapturing[];
147 CONTENT_EXPORT extern const char kEnableViewport[]; 148 CONTENT_EXPORT extern const char kEnableViewport[];
148 CONTENT_EXPORT extern const char kEnableViewportMeta[]; 149 CONTENT_EXPORT extern const char kEnableViewportMeta[];
149 CONTENT_EXPORT extern const char kMainFrameResizesAreOrientationChanges[]; 150 CONTENT_EXPORT extern const char kMainFrameResizesAreOrientationChanges[];
150 CONTENT_EXPORT extern const char kEnableVtune[]; 151 CONTENT_EXPORT extern const char kEnableVtune[];
151 extern const char kEnableWebAnimationsSVG[]; 152 extern const char kEnableWebAnimationsSVG[];
152 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 153 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
153 CONTENT_EXPORT extern const char kEnableWebGLImageChromium[]; 154 CONTENT_EXPORT extern const char kEnableWebGLImageChromium[];
154 CONTENT_EXPORT extern const char kEnableWebMIDI[]; 155 CONTENT_EXPORT extern const char kEnableWebMIDI[];
155 CONTENT_EXPORT extern const char kEnableZeroCopy[]; 156 CONTENT_EXPORT extern const char kEnableZeroCopy[];
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 // mitigation. 288 // mitigation.
288 CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[]; 289 CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[];
289 #endif 290 #endif
290 291
291 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 292 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
292 // alphabetical order, or in one of the ifdefs (also in order in each section). 293 // alphabetical order, or in one of the ifdefs (also in order in each section).
293 294
294 } // namespace switches 295 } // namespace switches
295 296
296 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 297 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/resources/gpu/info_view.js ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698