// 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_PLATFORM_X11_GL_EGL_UTILITY_X11_H_ #define UI_OZONE_PLATFORM_X11_GL_EGL_UTILITY_X11_H_ #include "ui/ozone/public/platform_gl_egl_utility.h" namespace ui { // Allows EGL to ask platforms for platform specific EGL attributes. class GLEGLUtilityX11 : public PlatformGLEGLUtility { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_X11_GL_EGL_UTILITY_X11_H_