summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-02-28 05:27:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-28 05:27:19 -0800
commitc1629efd4c5d67a7df68cd516233f8de103eb393 (patch)
treea49b0bf21859f22b29c79b3e9d5c0bdbe6474ccd /api
parent331bea5be0a306cf81fe01c828064f499741e95f (diff)
parentef23865154bf5e6c1768023dd69845353cf8c543 (diff)
downloadframeworks_base-c1629efd4c5d67a7df68cd516233f8de103eb393.zip
frameworks_base-c1629efd4c5d67a7df68cd516233f8de103eb393.tar.gz
frameworks_base-c1629efd4c5d67a7df68cd516233f8de103eb393.tar.bz2
am ef238651: Merge "API changes for 64 bit platforms."
* commit 'ef23865154bf5e6c1768023dd69845353cf8c543': API changes for 64 bit platforms.
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 {