Index: ui/gl/gl_surface_egl.cc |
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc |
index b57655651a041845d2fb9fb4bd0c91ff6e24ba59..98ed4fabf7765420e2035cf37661aa4c1df11754 100644 |
--- a/ui/gl/gl_surface_egl.cc |
+++ b/ui/gl/gl_surface_egl.cc |
@@ -221,7 +221,8 @@ NativeViewGLSurfaceEGL::NativeViewGLSurfaceEGL(bool software, |
: window_(window), |
surface_(NULL), |
supports_post_sub_buffer_(false), |
- config_(NULL) { |
+ config_(NULL), |
+ recreate_on_make_current_(false) { |
software_ = software; |
#if defined(OS_ANDROID) |
if (window) |