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

Commit f18c68b8 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Add missing native method to Canvas_Delegate.

Change-Id: I86288c942004e5489eacc43ba5e112cf56f94487
parent 5602d023
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -306,6 +306,11 @@ public final class Canvas_Delegate {
        // nothing to be done here.
    }

    @LayoutlibDelegate
    /*package*/ static void freeTextLayoutCaches() {
        // nothing to be done here yet.
    }

    @LayoutlibDelegate
    /*package*/ static int initRaster(int nativeBitmapOrZero) {
        if (nativeBitmapOrZero > 0) {