Add missing delegate in Bitmap_Delegate

New nativeCopyAshmemConfig

Change-Id: I8aedb0df827ac8d8091a9457bc341c1047b5a539
This commit is contained in:
Diego Perez
2016-04-22 19:00:39 +01:00
parent 784c93e372
commit d7d2119fe3

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) {