blob: 4f20bfd11ffbf70e2b6a343caecf6177c5e012c9 [file]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FUCHSIA_WEB_RUNNERS_CAST_CAST_RUNNER_SWITCHES_H_
#define FUCHSIA_WEB_RUNNERS_CAST_CAST_RUNNER_SWITCHES_H_
// Disable Vulkan flag for the cast runner. Used for tests.
extern const char kDisableVulkanForTestsSwitch[];
// Force headless mode.
extern const char kForceHeadlessForTestsSwitch[];
#endif // FUCHSIA_WEB_RUNNERS_CAST_CAST_RUNNER_SWITCHES_H_