summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context_egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_context_egl.h')
-rw-r--r--ui/gfx/gl/gl_context_egl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gfx/gl/gl_context_egl.h b/ui/gfx/gl/gl_context_egl.h
index f1a8193..5a86f28 100644
--- a/ui/gfx/gl/gl_context_egl.h
+++ b/ui/gfx/gl/gl_context_egl.h
@@ -11,6 +11,8 @@
#include "ui/gfx/gl/gl_context.h"
typedef void* EGLContext;
+typedef void* EGLDisplay;
+typedef void* EGLConfig;
namespace gfx {
@@ -34,6 +36,8 @@ class GLContextEGL : public GLContext {
private:
EGLContext context_;
+ EGLDisplay display_;
+ EGLConfig config_;
DISALLOW_COPY_AND_ASSIGN(GLContextEGL);
};