From dccf73a50cb2a219182e141bac1d9da82fdaf4d7 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 21 Nov 2011 18:24:23 -0800 Subject: Hide ManagedEGLContext until we are sure this is the correct API. Change-Id: If54942d342ca8ea348e10231b2aed3e5d3bd701b --- opengl/java/android/opengl/ManagedEGLContext.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opengl') diff --git a/opengl/java/android/opengl/ManagedEGLContext.java b/opengl/java/android/opengl/ManagedEGLContext.java index 1eafbca..61fa565 100644 --- a/opengl/java/android/opengl/ManagedEGLContext.java +++ b/opengl/java/android/opengl/ManagedEGLContext.java @@ -43,6 +43,8 @@ import com.google.android.gles_jni.EGLImpl; * of the currently created EGL contexts in the process are being managed * through this class, then they will all be asked to terminate through the * call to {@link #onTerminate}. + * + * @hide */ public abstract class ManagedEGLContext { static final String TAG = "ManagedEGLContext"; -- cgit v1.1