Index: ui/gl/gl_context_egl.h |
diff --git a/ui/gl/gl_context_egl.h b/ui/gl/gl_context_egl.h |
index 99a44819f6d6ceb6322f745f9f073a7829e71318..39b26d0c319c26f4947ac5dd0e40d11e5b9ed56c 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_; |
+ int swap_interval_; |
DISALLOW_COPY_AND_ASSIGN(GLContextEGL); |
}; |