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

Commit 63b458bd authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Remove unneeded reference to SkRasterizer

Bug: skbug.com/7500
Test: No change in behavior, no new tests.

Should fix the Skia roll.

Change-Id: I880eb93bf9c1b8bb29649b3dfd1b82e2c3178e78
parent 21acc10b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -66,10 +66,6 @@ public:
    static SkPixelRef* refSkPixelRef(JNIEnv*, jobject bitmap);
    static SkRegion* getNativeRegion(JNIEnv*, jobject region);

    // Given the 'native' long held by the Rasterizer.java object, return a
    // ref to its SkRasterizer* (or NULL).
    static sk_sp<SkRasterizer> refNativeRasterizer(jlong rasterizerHandle);

    /*
     *  LegacyBitmapConfig is the old enum in Skia that matched the enum int values
     *  in Bitmap.Config. Skia no longer supports this config, but has replaced it