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

Commit 50e657e6 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android Git Automerger
Browse files

am 024d3b23: Merge "Add missing native method to Canvas_Delegate." into jb-dev

* commit '024d3b23':
  Add missing native method to Canvas_Delegate.
parents 0916b463 024d3b23
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) {