summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl/gl_context_egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/gl/gl_context_egl.h')
-rw-r--r--app/gfx/gl/gl_context_egl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gfx/gl/gl_context_egl.h b/app/gfx/gl/gl_context_egl.h
index 4bfff9b..016a770 100644
--- a/app/gfx/gl/gl_context_egl.h
+++ b/app/gfx/gl/gl_context_egl.h
@@ -83,6 +83,7 @@ class SecondaryEGLContext : public BaseEGLContext {
private:
// All offscreen
EGLSurface surface_;
+ bool own_surface_;
EGLContext context_;
DISALLOW_COPY_AND_ASSIGN(SecondaryEGLContext);