aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTextBlob.cpp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2016-11-07 14:13:52 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-07 19:59:56 +0000
commit704cd32e4a92d6c3eae6bfae4adcc20126bf4437 (patch)
treef055a8a0b01f5ed899883f46224a096ed7cc43bd /src/core/SkTextBlob.cpp
parente9592f56c859752cf19095fb8ffeb6777835a65b (diff)
src/core: s/SkAutoTUnref/sk_sp/g
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4492 Change-Id: I753ad01b03e891221965252e3befe280d09cdb9f Reviewed-on: https://skia-review.googlesource.com/4492 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src/core/SkTextBlob.cpp')
-rw-r--r--src/core/SkTextBlob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkTextBlob.cpp b/src/core/SkTextBlob.cpp
index ca75a2e038..4065771862 100644
--- a/src/core/SkTextBlob.cpp
+++ b/src/core/SkTextBlob.cpp
@@ -71,7 +71,7 @@ private:
SkScalar fSize;
SkScalar fScaleX;
- // Keep this SkAutoTUnref off the first position, to avoid interfering with SkNoncopyable
+ // Keep this sk_sp off the first position, to avoid interfering with SkNoncopyable
// empty baseclass optimization (http://code.google.com/p/skia/issues/detail?id=3694).
sk_sp<SkTypeface> fTypeface;
SkScalar fSkewX;