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

Commit 8ee246b4 authored by Mike Reed's avatar Mike Reed Committed by Derek Sollenberger
Browse files

CreateLightingFilter is now on SkColorMatrixFilter

Change-Id: Ic53071aa5dc618ce1a72c531180d18304c7e522a
parent fd53d56e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public:
    }

    static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) {
        return reinterpret_cast<jlong>(SkColorFilter::CreateLightingFilter(mul, add));
        return reinterpret_cast<jlong>(SkColorMatrixFilter::CreateLightingFilter(mul, add));
    }

    static jlong CreateColorMatrixFilter(JNIEnv* env, jobject, jfloatArray jarray) {