// // Copyright 2016 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. // // DisplayEGL.h: Common across EGL parts of platform specific egl::Display implementations #ifndef LIBANGLE_RENDERER_GL_EGL_DISPLAYEGL_H_ #define LIBANGLE_RENDERER_GL_EGL_DISPLAYEGL_H_ #include <map> #include <string> #include <vector> #include "libANGLE/renderer/gl/DisplayGL.h" #include "libANGLE/renderer/gl/egl/egl_utils.h" namespace rx { class FunctionsEGL; class FunctionsEGLDL; class RendererEGL; class DisplayEGL : public DisplayGL { … }; } // namespace rx #endif // LIBANGLE_RENDERER_GL_EGL_DISPLAYEGL_H_