| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index 19119a9bb0badfc69be76465e8488636a8b4f3d5..4ed9373a591fcfa63a51b2d44bc6272481c93e83 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -286,9 +286,9 @@ EGLDisplay GLSurfaceEGL::GetPlatformDisplay(
|
|
|
| NativeViewGLSurfaceEGL::NativeViewGLSurfaceEGL(EGLNativeWindowType window)
|
| : window_(window),
|
| + config_(NULL),
|
| surface_(NULL),
|
| supports_post_sub_buffer_(false),
|
| - config_(NULL),
|
| size_(1, 1) {
|
| #if defined(OS_ANDROID)
|
| if (window)
|
|
|