Index: ui/gfx/gl/gl_surface_glx.cc |
diff --git a/ui/gfx/gl/gl_surface_glx.cc b/ui/gfx/gl/gl_surface_glx.cc |
index b584080014b365d405cac1065f85bafa56d95de2..30cf490f79228253961f79f865414b7e0491d3bb 100644 |
--- a/ui/gfx/gl/gl_surface_glx.cc |
+++ b/ui/gfx/gl/gl_surface_glx.cc |
@@ -104,6 +104,11 @@ NativeViewGLSurfaceGLX::NativeViewGLSurfaceGLX(gfx::PluginWindowHandle window) |
config_(NULL) { |
} |
+NativeViewGLSurfaceGLX::NativeViewGLSurfaceGLX() |
+ : window_(0), |
+ config_(NULL) { |
+} |
+ |
NativeViewGLSurfaceGLX::~NativeViewGLSurfaceGLX() { |
Destroy(); |
} |