aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 39e7abc590..38795629cc 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -763,7 +763,7 @@ public:
void setMaskFilter(sk_sp<SkMaskFilter> maskFilter);
/** Returns SkTypeface if set, or nullptr.
- Increments SkTypeface SkRefCnt by one.
+ Does not alter SkTypeface SkRefCnt.
@return SkTypeface if previously set, nullptr otherwise
*/