Index: ui/gl/gl_surface_egl.h |
diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h |
index 2c0a046b2b52719d0e9484dd11c4b1c2b6212324..e682f4bff08c3f67ead9b612f7932d58e66e9a10 100644 |
--- a/ui/gl/gl_surface_egl.h |
+++ b/ui/gl/gl_surface_egl.h |
@@ -47,6 +47,10 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface { |
virtual ~GLSurfaceEGL(); |
private: |
+#if defined(OS_WIN) |
+ static EGLDisplay GetPlatformDisplay(EGLNativeDisplayType native_display); |
+#endif |
+ |
DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGL); |
}; |