Index: ui/gl/gl_context_egl.h |
diff --git a/ui/gl/gl_context_egl.h b/ui/gl/gl_context_egl.h |
index 9f071e2981c855e9c1ff1d83e8f1c0bf3cd291b7..de3e3b4f0463d27e9bd2ed7e50d87f098f891a66 100644 |
--- a/ui/gl/gl_context_egl.h |
+++ b/ui/gl/gl_context_egl.h |
@@ -45,6 +45,7 @@ class GLContextEGL : public GLContextReal { |
EGLDisplay display_; |
EGLConfig config_; |
bool unbind_fbo_on_makecurrent_; |
+ bool is_surfaceless_context_; |
DISALLOW_COPY_AND_ASSIGN(GLContextEGL); |
}; |