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

* commit '6870d29c340008919dcd9e547236b74301b3b9ef':
  Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
This commit is contained in:
Deepanshu Gupta
2013-11-13 08:43:34 -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