diff options
Diffstat (limited to 'chromium/components/metal_util/switches.cc')
-rw-r--r-- | chromium/components/metal_util/switches.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/components/metal_util/switches.cc b/chromium/components/metal_util/switches.cc new file mode 100644 index 00000000000..3d9fc1dcc5d --- /dev/null +++ b/chromium/components/metal_util/switches.cc @@ -0,0 +1,11 @@ +// Copyright 2020 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "components/metal_util/switches.h" + +namespace switches { + +const char kDisableMetalTestShaders[] = "disable-metal-test-shaders"; + +} // namespace switches |