aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/SkPaint_Reference.bmh2
-rw-r--r--include/core/SkPaint.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index 9b9d001750..99873ee72b 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -3138,7 +3138,7 @@ implementation.
#In Typeface_Methods
#Line # returns Typeface, font description ##
Returns Typeface if set, or nullptr.
- Increments Typeface Reference_Count by one.
+ Does not alter Typeface Reference_Count.
#Return Typeface if previously set, nullptr otherwise ##
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
*/