Merge "CreateLightingFilter is now on SkColorMatrixFilter"

This commit is contained in:
Derek Sollenberger
2016-01-13 15:34:57 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {