Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(969)

Unified Diff: src/effects/SkBlurMask.cpp

Issue 1809733002: detach -> release (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: (C) Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkTypeface.cpp ('k') | src/effects/gradients/SkGradientBitmapCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects/SkBlurMask.cpp
diff --git a/src/effects/SkBlurMask.cpp b/src/effects/SkBlurMask.cpp
index acee70ff254afe85ff88fb03aaa608d5d8112cf7..4d05353f1a3d2aaa2fd507b6e5df566cc989d635 100644
--- a/src/effects/SkBlurMask.cpp
+++ b/src/effects/SkBlurMask.cpp
@@ -600,7 +600,7 @@ bool SkBlurMask::BoxBlur(SkMask* dst, const SkMask& src,
clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes),
dst->fRowBytes, sp, src.fRowBytes, sw, sh, style);
}
- (void)autoCall.detach();
+ (void)autoCall.release();
}
if (style == kInner_SkBlurStyle) {
@@ -982,7 +982,7 @@ bool SkBlurMask::BlurGroundTruth(SkScalar sigma, SkMask* dst, const SkMask& src,
clamp_with_orig(dstPixels + pad*dst->fRowBytes + pad,
dst->fRowBytes, srcPixels, src.fRowBytes, srcWidth, srcHeight, style);
}
- (void)autoCall.detach();
+ (void)autoCall.release();
}
if (style == kInner_SkBlurStyle) {
« no previous file with comments | « src/core/SkTypeface.cpp ('k') | src/effects/gradients/SkGradientBitmapCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698