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

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

Issue 1949023005: gpu: Add flag for enabling asynchronous worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fix Created 4 years, 7 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 CONTENT_EXPORT extern const char kDisableDisplayList2dCanvas[]; 46 CONTENT_EXPORT extern const char kDisableDisplayList2dCanvas[];
47 extern const char kDisableDomainBlockingFor3DAPIs[]; 47 extern const char kDisableDomainBlockingFor3DAPIs[];
48 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; 48 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
49 CONTENT_EXPORT extern const char kDisableFeatures[]; 49 CONTENT_EXPORT extern const char kDisableFeatures[];
50 CONTENT_EXPORT extern const char kDisableFileSystem[]; 50 CONTENT_EXPORT extern const char kDisableFileSystem[];
51 CONTENT_EXPORT extern const char kDisableFlash3d[]; 51 CONTENT_EXPORT extern const char kDisableFlash3d[];
52 CONTENT_EXPORT extern const char kDisableFlashStage3d[]; 52 CONTENT_EXPORT extern const char kDisableFlashStage3d[];
53 CONTENT_EXPORT extern const char kDisableGestureRequirementForMediaPlayback[]; 53 CONTENT_EXPORT extern const char kDisableGestureRequirementForMediaPlayback[];
54 CONTENT_EXPORT extern const char kDisableGestureRequirementForPresentation[]; 54 CONTENT_EXPORT extern const char kDisableGestureRequirementForPresentation[];
55 CONTENT_EXPORT extern const char kDisableGpu[]; 55 CONTENT_EXPORT extern const char kDisableGpu[];
56 CONTENT_EXPORT extern const char kDisableGpuAsyncWorkerContext[];
56 CONTENT_EXPORT extern const char kDisableGpuCompositing[]; 57 CONTENT_EXPORT extern const char kDisableGpuCompositing[];
57 CONTENT_EXPORT extern const char kDisableGpuEarlyInit[]; 58 CONTENT_EXPORT extern const char kDisableGpuEarlyInit[];
58 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferCompositorResources[]; 59 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferCompositorResources[];
59 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferVideoFrames[]; 60 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferVideoFrames[];
60 extern const char kDisableGpuProcessCrashLimit[]; 61 extern const char kDisableGpuProcessCrashLimit[];
61 CONTENT_EXPORT extern const char kDisableGpuRasterization[]; 62 CONTENT_EXPORT extern const char kDisableGpuRasterization[];
62 CONTENT_EXPORT extern const char kDisableGpuSandbox[]; 63 CONTENT_EXPORT extern const char kDisableGpuSandbox[];
63 CONTENT_EXPORT extern const char kDisableGpuWatchdog[]; 64 CONTENT_EXPORT extern const char kDisableGpuWatchdog[];
64 CONTENT_EXPORT extern const char kDisableInProcessStackTraces[]; 65 CONTENT_EXPORT extern const char kDisableInProcessStackTraces[];
65 CONTENT_EXPORT extern const char kDisableJavaScriptHarmonyShipping[]; 66 CONTENT_EXPORT extern const char kDisableJavaScriptHarmonyShipping[];
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 CONTENT_EXPORT extern const char kEnablePreferCompositingToLCDText[]; 108 CONTENT_EXPORT extern const char kEnablePreferCompositingToLCDText[];
108 CONTENT_EXPORT extern const char kEnableBlinkFeatures[]; 109 CONTENT_EXPORT extern const char kEnableBlinkFeatures[];
109 CONTENT_EXPORT extern const char kEnableBrowserSideNavigation[]; 110 CONTENT_EXPORT extern const char kEnableBrowserSideNavigation[];
110 CONTENT_EXPORT extern const char kEnableDisplayList2dCanvas[]; 111 CONTENT_EXPORT extern const char kEnableDisplayList2dCanvas[];
111 CONTENT_EXPORT extern const char kEnableDistanceFieldText[]; 112 CONTENT_EXPORT extern const char kEnableDistanceFieldText[];
112 CONTENT_EXPORT extern const char kEnableExperimentalCanvasFeatures[]; 113 CONTENT_EXPORT extern const char kEnableExperimentalCanvasFeatures[];
113 CONTENT_EXPORT extern const char kEnableExperimentalWebPlatformFeatures[]; 114 CONTENT_EXPORT extern const char kEnableExperimentalWebPlatformFeatures[];
114 CONTENT_EXPORT extern const char kEnableFeatures[]; 115 CONTENT_EXPORT extern const char kEnableFeatures[];
115 CONTENT_EXPORT extern const char kEnableWasm[]; 116 CONTENT_EXPORT extern const char kEnableWasm[];
116 CONTENT_EXPORT extern const char kEnableWebBluetooth[]; 117 CONTENT_EXPORT extern const char kEnableWebBluetooth[];
118 CONTENT_EXPORT extern const char kEnableGpuAsyncWorkerContext[];
117 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferCompositorResources[]; 119 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferCompositorResources[];
118 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferVideoFrames[]; 120 CONTENT_EXPORT extern const char kEnableGpuMemoryBufferVideoFrames[];
119 CONTENT_EXPORT extern const char kEnableGpuRasterization[]; 121 CONTENT_EXPORT extern const char kEnableGpuRasterization[];
120 CONTENT_EXPORT extern const char kGpuRasterizationMSAASampleCount[]; 122 CONTENT_EXPORT extern const char kGpuRasterizationMSAASampleCount[];
121 CONTENT_EXPORT extern const char kEnableLowResTiling[]; 123 CONTENT_EXPORT extern const char kEnableLowResTiling[];
122 CONTENT_EXPORT extern const char kEnableImageColorProfiles[]; 124 CONTENT_EXPORT extern const char kEnableImageColorProfiles[];
123 CONTENT_EXPORT extern const char kEnableLCDText[]; 125 CONTENT_EXPORT extern const char kEnableLCDText[];
124 CONTENT_EXPORT extern const char kEnableLogging[]; 126 CONTENT_EXPORT extern const char kEnableLogging[];
125 extern const char kEnableMemoryBenchmarking[]; 127 extern const char kEnableMemoryBenchmarking[];
126 CONTENT_EXPORT extern const char kEnableNetworkInformation[]; 128 CONTENT_EXPORT extern const char kEnableNetworkInformation[];
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[]; 301 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[];
300 CONTENT_EXPORT extern const char kTraceExportEventsToETW[]; 302 CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
301 #endif 303 #endif
302 304
303 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 305 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
304 // alphabetical order, or in one of the ifdefs (also in order in each section). 306 // alphabetical order, or in one of the ifdefs (also in order in each section).
305 307
306 } // namespace switches 308 } // namespace switches
307 309
308 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 310 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/common/gpu/client/context_provider_command_buffer.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698