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