am 78cfdf31: Update changed delegate method in Bitmap_Delegate. DO NOT MERGE

* commit '78cfdf31b7c48589ea3a148ec1d6d573235bc06b':
  Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
This commit is contained in:
Deepanshu Gupta
2013-11-13 08:40:08 -08:00
committed by Android Git Automerger

View File

@ -308,8 +308,9 @@ public final class Bitmap_Delegate {
}
@LayoutlibDelegate
/*package*/ static void nativeRecycle(int nativeBitmap) {
/*package*/ static boolean nativeRecycle(int nativeBitmap) {
sManager.removeJavaReferenceFor(nativeBitmap);
return true;
}
@LayoutlibDelegate