summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2013-09-11 18:27:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-11 18:28:07 +0000
commit2cad64c0fbeba07bb546674e19cfb0166d7ec332 (patch)
tree7ec5d5625c648ea459f4c4ec17917dae633e26f2 /api
parent444ae3a2e66b4404fa715ab46403da09079dd572 (diff)
parenta86ab640f7bb0bf3cb4eaed80473ca8c5d131903 (diff)
downloadframeworks_base-2cad64c0fbeba07bb546674e19cfb0166d7ec332.zip
frameworks_base-2cad64c0fbeba07bb546674e19cfb0166d7ec332.tar.gz
frameworks_base-2cad64c0fbeba07bb546674e19cfb0166d7ec332.tar.bz2
Merge "Surface: Change OutOfResourcesException to be a runtime exception" into klp-dev
Diffstat (limited to 'api')
-rw-r--r--api/current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 9d3dd0f..5cc7176 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9919,7 +9919,7 @@ package android.graphics {
method public abstract void onFrameAvailable(android.graphics.SurfaceTexture);
}
- public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
+ public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
ctor public SurfaceTexture.OutOfResourcesException();
ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
}
@@ -27304,7 +27304,7 @@ package android.view {
field public static final int ROTATION_90 = 1; // 0x1
}
- public static class Surface.OutOfResourcesException extends java.lang.Exception {
+ public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
ctor public Surface.OutOfResourcesException();
ctor public Surface.OutOfResourcesException(java.lang.String);
}