From d40dfbbbff81219258ca36b762a89ff503154345 Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Thu, 24 Sep 2009 14:10:17 -0700 Subject: Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory. --- opengl/java/android/opengl/GLSurfaceView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl/java') diff --git a/opengl/java/android/opengl/GLSurfaceView.java b/opengl/java/android/opengl/GLSurfaceView.java index 070b7ae..3662a4f 100644 --- a/opengl/java/android/opengl/GLSurfaceView.java +++ b/opengl/java/android/opengl/GLSurfaceView.java @@ -633,7 +633,7 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls. *

* This interface must be implemented by clients wishing to call - * {@link GLSurfaceView#setEGLContextCreator(EGLContextCreator)} + * {@link GLSurfaceView#setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)} */ public interface EGLWindowSurfaceFactory { EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, -- cgit v1.1