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

Commit 22d41843 authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build, for real

Change-Id: I6263f7e5e3ae2f7efe045f8b464c0ed1b87fc793
parent 90bd1873
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8001,7 +8001,7 @@ package android.graphics {
    method public android.graphics.DrawFilter getDrawFilter();
    method public int getHeight();
    method public deprecated void getMatrix(android.graphics.Matrix);
    method public final android.graphics.Matrix getMatrix();
    method public final deprecated android.graphics.Matrix getMatrix();
    method public int getMaximumBitmapHeight();
    method public int getMaximumBitmapWidth();
    method public int getSaveCount();
+5 −1
Original line number Diff line number Diff line
@@ -28,7 +28,11 @@ public class DrawFilter {
    /* package */ int mNativeInt;    // pointer to native object

    protected void finalize() throws Throwable {
        try {
            nativeDestructor(mNativeInt);
        } finally {
            super.finalize();
        }
    }
    
    private static native void nativeDestructor(int nativeDrawFilter);
+1 −1

File changed.

Contains only whitespace changes.