blob: 37c5a9f0c5b1a7012622a4ed0780346cc251ba08 [file] [log] [blame]
// Copyright 2017 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.
#ifndef COMPONENTS_VIZ_COMMON_SWITCHES_H_
#define COMPONENTS_VIZ_COMMON_SWITCHES_H_
#include "components/viz/common/viz_common_export.h"
namespace switches {
// Keep list in alphabetical order.
VIZ_COMMON_EXPORT extern const char kDisableSurfaceReferences[];
VIZ_COMMON_EXPORT extern const char kEnableSurfaceSynchronization[];
VIZ_COMMON_EXPORT extern const char kEnableViz[];
} // namespace switches
#endif // COMPONENTS_VIZ_COMMON_SWITCHES_H_