From eac91fe693799401095de9338c877d188e8cb8ae Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Wed, 11 May 2011 15:41:55 -0700 Subject: Switch to SkSafeUnref for better portability Change-Id: Idffdf11f857e28190cbe7ebf3fa08c5b3a8eb192 --- WebKit/android/jni/WebViewCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKit/android/jni/WebViewCore.cpp') diff --git a/WebKit/android/jni/WebViewCore.cpp b/WebKit/android/jni/WebViewCore.cpp index 3f3eb42..5c252b4 100644 --- a/WebKit/android/jni/WebViewCore.cpp +++ b/WebKit/android/jni/WebViewCore.cpp @@ -621,7 +621,7 @@ void WebViewCore::recordPictureSet(PictureSet* content) DBG_SET_LOGD("{%d,%d,w=%d,h=%d}", inval.fLeft, inval.fTop, inval.width(), inval.height()); content->add(m_addInval, picture, 0, false); - picture->safeUnref(); + SkSafeUnref(picture); } // Remove any pictures already in the set that are obscured by the new one, // and check to see if any already split pieces need to be redrawn. -- cgit v1.1