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

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

Issue 1425533006: cc: Add flag to specify to ResourceProvider to always use GMBs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test and build Created 5 years, 1 month 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
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 CONTENT_EXPORT extern const char kEnableBlinkFeatures[]; 100 CONTENT_EXPORT extern const char kEnableBlinkFeatures[];
101 CONTENT_EXPORT extern const char kEnableBrowserSideNavigation[]; 101 CONTENT_EXPORT extern const char kEnableBrowserSideNavigation[];
102 CONTENT_EXPORT extern const char kEnableDisplayList2dCanvas[]; 102 CONTENT_EXPORT extern const char kEnableDisplayList2dCanvas[];
103 CONTENT_EXPORT extern const char kEnableDistanceFieldText[]; 103 CONTENT_EXPORT extern const char kEnableDistanceFieldText[];
104 CONTENT_EXPORT extern const char kEnableDownloadResumption[]; 104 CONTENT_EXPORT extern const char kEnableDownloadResumption[];
105 CONTENT_EXPORT extern const char kEnableExperimentalCanvasFeatures[]; 105 CONTENT_EXPORT extern const char kEnableExperimentalCanvasFeatures[];
106 CONTENT_EXPORT extern const char kEnableExperimentalWebPlatformFeatures[]; 106 CONTENT_EXPORT extern const char kEnableExperimentalWebPlatformFeatures[];
107 CONTENT_EXPORT extern const char kEnableFeatures[]; 107 CONTENT_EXPORT extern const char kEnableFeatures[];
108 CONTENT_EXPORT extern const char kEnableWebBluetooth[]; 108 CONTENT_EXPORT extern const char kEnableWebBluetooth[];
109 extern const char kEnableGpuClientTracing[]; 109 extern const char kEnableGpuClientTracing[];
110 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferCompositorResources[];
110 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferVideoFrames[]; 111 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferVideoFrames[];
111 CONTENT_EXPORT extern const char kEnableGpuRasterization[]; 112 CONTENT_EXPORT extern const char kEnableGpuRasterization[];
112 CONTENT_EXPORT extern const char kGpuRasterizationMSAASampleCount[]; 113 CONTENT_EXPORT extern const char kGpuRasterizationMSAASampleCount[];
113 CONTENT_EXPORT extern const char kEnableLowResTiling[]; 114 CONTENT_EXPORT extern const char kEnableLowResTiling[];
114 CONTENT_EXPORT extern const char kEnableImageColorProfiles[]; 115 CONTENT_EXPORT extern const char kEnableImageColorProfiles[];
115 CONTENT_EXPORT extern const char kEnableLCDText[]; 116 CONTENT_EXPORT extern const char kEnableLCDText[];
116 CONTENT_EXPORT extern const char kEnableLogging[]; 117 CONTENT_EXPORT extern const char kEnableLogging[];
117 extern const char kEnableMemoryBenchmarking[]; 118 extern const char kEnableMemoryBenchmarking[];
118 CONTENT_EXPORT extern const char kEnableNetworkInformation[]; 119 CONTENT_EXPORT extern const char kEnableNetworkInformation[];
119 CONTENT_EXPORT extern const char kEnablePartialRaster[]; 120 CONTENT_EXPORT extern const char kEnablePartialRaster[];
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[]; 297 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[];
297 CONTENT_EXPORT extern const char kTraceExportEventsToETW[]; 298 CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
298 #endif 299 #endif
299 300
300 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 301 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
301 // alphabetical order, or in one of the ifdefs (also in order in each section). 302 // alphabetical order, or in one of the ifdefs (also in order in each section).
302 303
303 } // namespace switches 304 } // namespace switches
304 305
305 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 306 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698