Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b87f24a6 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26908 into eclair

* changes:
  Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
parents 857ce94b d40dfbbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,