am b87f24a6: Merge change 26908 into eclair

Merge commit 'b87f24a6a88a994256ca97b69904af28824bc9ce' into eclair-plus-aosp

* commit 'b87f24a6a88a994256ca97b69904af28824bc9ce':
  Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
This commit is contained in:
Jack Palevich
2009-09-24 14:16:48 -07:00
committed by Android Git Automerger

View File

@@ -633,7 +633,7 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
* An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
* <p>
* 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,