// Copyright 2020 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_OZONE_PUBLIC_PLATFORM_GL_EGL_UTILITY_H_ #define UI_OZONE_PUBLIC_PLATFORM_GL_EGL_UTILITY_H_ #include <optional> #include <vector> #include "base/component_export.h" #include "base/scoped_environment_variable_override.h" #include "third_party/khronos/EGL/egl.h" #include "ui/gfx/gpu_extra_info.h" namespace ui { // Provides platform specific EGL attributes/configs. class COMPONENT_EXPORT(OZONE_BASE) PlatformGLEGLUtility { … }; } // namespace ui #endif // UI_OZONE_PUBLIC_PLATFORM_GL_EGL_UTILITY_H_