Merge "CreateLightingFilter is now on SkColorMatrixFilter"
This commit is contained in:
committed by
Android (Google) Code Review
commit
613e5a0ee6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user