// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_GPU_EXTRA_INFO_H_ #define UI_GFX_GPU_EXTRA_INFO_H_ #include <string> #include <vector> #include "build/build_config.h" #include "ui/base/ozone_buildflags.h" #include "ui/gfx/buffer_types.h" #include "ui/gfx/gfx_export.h" namespace gfx { // Specification of a feature that can be enabled/disable in ANGLE struct GFX_EXPORT ANGLEFeature { … }; ANGLEFeatures; struct GFX_EXPORT GpuExtraInfo { … }; } // namespace gfx #endif // UI_GFX_GPU_EXTRA_INFO_H_