Merge "Add missing delegate in Bitmap_Delegate" into nyc-dev

This commit is contained in:
Diego Perez
2016-05-05 12:21:34 +00:00
committed by Android (Google) Code Review

View File

@@ -302,6 +302,13 @@ public final class Bitmap_Delegate {
return null;
}
@LayoutlibDelegate
/*package*/ static Bitmap nativeCopyAshmemConfig(long nativeSrcBitmap, int nativeConfig) {
// Unused method; no implementation provided.
assert false;
return null;
}
@LayoutlibDelegate
/*package*/ static long nativeGetNativeFinalizer() {
synchronized (Bitmap_Delegate.class) {