| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index 21669d74bb7f25fed815618c829620832494d650..5768ce25489817fc1507589ecfb8c01bf7589361 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -50,7 +50,7 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface {
|
| private:
|
| #if defined(OS_WIN)
|
| friend struct DriverEGL;
|
| - static EGLDisplay GetPlatformDisplay(EGLNativeDisplayType native_display);
|
| + static EGLDisplay InitializeDisplay();
|
| #endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGL);
|
|
|