blob: 38ae2a952b29ef609a80bdab5ce0fd4a6efcef60 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_VIZ_HOST_RENDERER_SETTINGS_CREATION_H_
#define COMPONENTS_VIZ_HOST_RENDERER_SETTINGS_CREATION_H_
#include <stdint.h>
#include "components/viz/common/display/renderer_settings.h"
#include "components/viz/host/viz_host_export.h"
namespace viz {
VIZ_HOST_EXPORT RendererSettings CreateRendererSettings();
VIZ_HOST_EXPORT DebugRendererSettings CreateDefaultDebugRendererSettings();
} // namespace viz
#endif // COMPONENTS_VIZ_HOST_RENDERER_SETTINGS_CREATION_H_