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

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

Issue 15851006: Move synchronous compositor into content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 extern const char kEnablePreparsedJsCaching[]; 134 extern const char kEnablePreparsedJsCaching[];
135 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[]; 135 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
136 extern const char kEnablePruneGpuCommandBuffers[]; 136 extern const char kEnablePruneGpuCommandBuffers[];
137 extern const char kEnableSSLCachedInfo[]; 137 extern const char kEnableSSLCachedInfo[];
138 extern const char kEnableSandboxLogging[]; 138 extern const char kEnableSandboxLogging[];
139 extern const char kEnableSpatialNavigation[]; 139 extern const char kEnableSpatialNavigation[];
140 CONTENT_EXPORT extern const char kEnableSoftwareCompositingGLAdapter[]; 140 CONTENT_EXPORT extern const char kEnableSoftwareCompositingGLAdapter[];
141 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 141 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
142 CONTENT_EXPORT extern const char kEnableStatsTable[]; 142 CONTENT_EXPORT extern const char kEnableStatsTable[];
143 extern const char kEnableStrictSiteIsolation[]; 143 extern const char kEnableStrictSiteIsolation[];
144 CONTENT_EXPORT extern const char kEnableSynchronousRendererCompositor[];
145 CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; 144 CONTENT_EXPORT extern const char kEnableThreadedCompositing[];
146 CONTENT_EXPORT extern const char kDisableThreadedCompositing[]; 145 CONTENT_EXPORT extern const char kDisableThreadedCompositing[];
147 extern const char kEnableVirtualGLContexts[]; 146 extern const char kEnableVirtualGLContexts[];
148 CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; 147 CONTENT_EXPORT extern const char kEnableTcpFastOpen[];
149 CONTENT_EXPORT extern const char kDisableAcceleratedVideoDecode[]; 148 CONTENT_EXPORT extern const char kDisableAcceleratedVideoDecode[];
150 extern const char kEnableViewport[]; 149 extern const char kEnableViewport[];
151 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[]; 150 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[];
152 CONTENT_EXPORT extern const char kExtraPluginDir[]; 151 CONTENT_EXPORT extern const char kExtraPluginDir[];
153 CONTENT_EXPORT extern const char kForceCompositingMode[]; 152 CONTENT_EXPORT extern const char kForceCompositingMode[];
154 extern const char kForceFieldTrials[]; 153 extern const char kForceFieldTrials[];
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 #endif 265 #endif
267 266
268 extern const char kEnableWebPInAcceptHeader[]; 267 extern const char kEnableWebPInAcceptHeader[];
269 268
270 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[]; 269 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
271 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 270 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
272 271
273 } // namespace switches 272 } // namespace switches
274 273
275 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 274 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/browser/android/synchronous_compositor_client.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698