summaryrefslogtreecommitdiffstats
path: root/opengl/java
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-09-24 14:16:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-09-24 14:16:48 -0700
commitbf0d9041202eb52b036a8a5854dd6fef55d87919 (patch)
treecf6c89a73a53c06163d884deca2185e08dde1947 /opengl/java
parent54a0c801d56e455278fcfdfd8be27b6dc73c48eb (diff)
parentb87f24a6a88a994256ca97b69904af28824bc9ce (diff)
downloadframeworks_base-bf0d9041202eb52b036a8a5854dd6fef55d87919.zip
frameworks_base-bf0d9041202eb52b036a8a5854dd6fef55d87919.tar.gz
frameworks_base-bf0d9041202eb52b036a8a5854dd6fef55d87919.tar.bz2
am b87f24a6: Merge change 26908 into eclair
Merge commit 'b87f24a6a88a994256ca97b69904af28824bc9ce' into eclair-plus-aosp * commit 'b87f24a6a88a994256ca97b69904af28824bc9ce': Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
Diffstat (limited to 'opengl/java')
-rw-r--r--opengl/java/android/opengl/GLSurfaceView.java2
1 files changed, 1 insertions, 1 deletions
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.
* <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,