Commit e97ff53b authored by David Dorwin's avatar David Dorwin Committed by Chromium LUCI CQ

[fuchsia] Fix alphabetization of kAllowedArgs for config

Change-Id: Iaeaa84546ce5e3085ffcb93366714163b556e62a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631209
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844136}
parent 7339b11d
......@@ -156,8 +156,8 @@ bool MaybeAddCommandLineArgsFromConfig(const base::Value& config,
static const base::StringPiece kAllowedArgs[] = {
blink::switches::kGpuRasterizationMSAASampleCount,
blink::switches::kMinHeightForGpuRasterTile,
cc::switches::kEnableGpuBenchmarking,
cc::switches::kEnableClippedImageScaling,
cc::switches::kEnableGpuBenchmarking,
switches::kDisableFeatures,
switches::kDisableGpuWatchdog,
switches::kDisableMipmapGeneration,
......@@ -171,10 +171,10 @@ bool MaybeAddCommandLineArgsFromConfig(const base::Value& config,
switches::kGoogleApiKey,
switches::kMaxDecodedImageSizeMb,
switches::kRendererProcessLimit,
switches::kWebglAntialiasingMode,
switches::kWebglMSAASampleCount,
switches::kVulkanHeapMemoryLimitMb,
switches::kVulkanSyncCpuMemoryLimitMb,
switches::kWebglAntialiasingMode,
switches::kWebglMSAASampleCount,
};
for (const auto& arg : args->DictItems()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment