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 {
|
||||
public:
|
||||
static void SafeUnref(SkShader* shader) {
|
||||
SkSafeUnref(shader);
|
||||
static void SafeUnref(SkColorFilter* filter) {
|
||||
SkSafeUnref(filter);
|
||||
}
|
||||
|
||||
static jlong GetNativeFinalizer(JNIEnv*, jobject) {
|
||||
|
||||
Reference in New Issue
Block a user