Merge "Merge "Fix wrong SafeUnref type" into pi-dev am: b09f2b5926" into pi-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
9eecfb03fd
@@ -30,8 +30,8 @@ using namespace uirenderer;
|
|||||||
|
|
||||||
class SkColorFilterGlue {
|
class SkColorFilterGlue {
|
||||||
public:
|
public:
|
||||||
static void SafeUnref(SkShader* shader) {
|
static void SafeUnref(SkColorFilter* filter) {
|
||||||
SkSafeUnref(shader);
|
SkSafeUnref(filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
static jlong GetNativeFinalizer(JNIEnv*, jobject) {
|
static jlong GetNativeFinalizer(JNIEnv*, jobject) {
|
||||||
|
|||||||
Reference in New Issue
Block a user