summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/current.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 949aee3..32d0651 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -16328,8 +16328,10 @@ package android.opengl {
}
public abstract class EGLObjectHandle {
- ctor protected EGLObjectHandle(int);
- method public int getHandle();
+ ctor protected deprecated EGLObjectHandle(int);
+ ctor protected EGLObjectHandle(long);
+ method public deprecated int getHandle();
+ method public long getNativeHandle();
}
public class EGLSurface extends android.opengl.EGLObjectHandle {