// // Copyright 2020 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // PixmapSurfaceGLX.h: GLX implementation of egl::Surface for Pixmaps #ifndef LIBANGLE_RENDERER_GL_GLX_PIXMAPSURFACEGLX_H_ #define LIBANGLE_RENDERER_GL_GLX_PIXMAPSURFACEGLX_H_ #include "libANGLE/renderer/gl/glx/SurfaceGLX.h" #include "libANGLE/renderer/gl/glx/platform_glx.h" namespace rx { class FunctionsGLX; class PixmapSurfaceGLX : public SurfaceGLX { … }; } // namespace rx #endif // LIBANGLE_RENDERER_GL_GLX_PIXMAPSURFACEGLX_H_