chromium/ui/ozone/platform/wayland/gpu/wayland_gl_egl_utility.h

// Copyright 2021 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_WAYLAND_GPU_WAYLAND_GL_EGL_UTILITY_H_
#define UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_GL_EGL_UTILITY_H_

#include "ui/ozone/public/platform_gl_egl_utility.h"

namespace ui {

// Allows EGL to ask platforms for platform specific EGL attributes.
class WaylandGLEGLUtility : public PlatformGLEGLUtility {};

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_WAYLAND_GPU_WAYLAND_GL_EGL_UTILITY_H_