chromium/gpu/config/gpu_test_config.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef GPU_CONFIG_GPU_TEST_CONFIG_H_
#define GPU_CONFIG_GPU_TEST_CONFIG_H_

#include <stdint.h>

#include <string>
#include <vector>

#include "base/compiler_specific.h"
#include "gpu/gpu_export.h"

namespace gpu {

struct GPUInfo;

class GPU_EXPORT GPUTestConfig {};

class GPU_EXPORT GPUTestBotConfig : public GPUTestConfig {};

}  // namespace gpu

#endif  // GPU_CONFIG_GPU_TEST_CONFIG_H_