// Copyright 2013 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_CONTROL_LIST_H_ #define GPU_CONFIG_GPU_CONTROL_LIST_H_ #include <stddef.h> #include <set> #include <string> #include <unordered_map> #include <vector> #include "base/containers/span.h" #include "base/memory/raw_ptr_exclusion.h" #include "base/memory/raw_span.h" #include "base/values.h" #include "gpu/config/gpu_info.h" #include "gpu/gpu_export.h" namespace gpu { struct GPUInfo; class GPU_EXPORT GpuControlList { … }; } // namespace gpu #endif // GPU_CONFIG_GPU_CONTROL_LIST_H_