// Copyright 2016 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_COMMON_GL_OZONE_EGL_H_ #define UI_OZONE_COMMON_GL_OZONE_EGL_H_ #include "base/functional/callback.h" #include "third_party/khronos/EGL/eglplatform.h" #include "ui/gl/gl_implementation.h" #include "ui/gl/gl_surface_egl.h" #include "ui/ozone/public/gl_ozone.h" namespace ui { // A partial implementation of GLOzone for EGL. class GLOzoneEGL : public GLOzone { … }; } // namespace ui #endif // UI_OZONE_COMMON_GL_OZONE_EGL_H_