Merge change 26908 into eclair

* changes:
  Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
This commit is contained in:
Android (Google) Code Review
2009-09-24 17:11:00 -04:00

View File

@ -633,7 +633,7 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
* An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls. * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
* <p> * <p>
* This interface must be implemented by clients wishing to call * This interface must be implemented by clients wishing to call
* {@link GLSurfaceView#setEGLContextCreator(EGLContextCreator)} * {@link GLSurfaceView#setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)}
*/ */
public interface EGLWindowSurfaceFactory { public interface EGLWindowSurfaceFactory {
EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,