| Index: ui/gl/gl_surface_egl_x11.cc
|
| diff --git a/ui/gl/gl_surface_egl_x11.cc b/ui/gl/gl_surface_egl_x11.cc
|
| index 3dcaf70a8681c1010891d90752c4a1c61894a013..a72b45bf0dc217025f77d3df512b6d04449b0373 100644
|
| --- a/ui/gl/gl_surface_egl_x11.cc
|
| +++ b/ui/gl/gl_surface_egl_x11.cc
|
| @@ -18,9 +18,7 @@ using ui::PlatformEventSource;
|
| namespace gl {
|
|
|
| NativeViewGLSurfaceEGLX11::NativeViewGLSurfaceEGLX11(EGLNativeWindowType window)
|
| - : NativeViewGLSurfaceEGL(0),
|
| - parent_window_(window) {
|
| -}
|
| + : NativeViewGLSurfaceEGL(0, nullptr), parent_window_(window) {}
|
|
|
| bool NativeViewGLSurfaceEGLX11::InitializeNativeWindow() {
|
| Display* x11_display = GetNativeDisplay();
|
|
|