Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c93beed4 authored by Diego Perez's avatar Diego Perez
Browse files

Remove refSkPixelRef

Change-Id: I4d6e7076d2b87dd208c0eba27491c13f56567420
parent 0daded40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public final class Canvas_Delegate {
    /*package*/ static long initRaster(@Nullable Bitmap bitmap) {
        long nativeBitmapOrZero = 0;
        if (bitmap != null) {
            nativeBitmapOrZero = bitmap.refSkPixelRef();
            nativeBitmapOrZero = bitmap.getNativeInstance();
        }
        if (nativeBitmapOrZero > 0) {
            // get the Bitmap from the int