aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2018-07-27 16:28:01 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-27 21:03:26 +0000
commitc3bc69f238f5f10d0c2e27068bbcd772ca359d35 (patch)
treed3fc7c1fc58a764eb9ead8a58ab9abb016e8add0 /include
parent46dbfbb528305fc7c7bd4f8cca56dc4321761511 (diff)
Rename MakeAsTextDraw to MakeFromText
Change-Id: I3fbb4d27b728e5fc5ecec9fc9d9e215dd5a83359 Reviewed-on: https://skia-review.googlesource.com/144123 Commit-Queue: Herb Derby <herb@google.com> Commit-Queue: Cary Clark <caryclark@google.com> Auto-Submit: Herb Derby <herb@google.com> Reviewed-by: Cary Clark <caryclark@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkTextBlob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index 8ed66da2df..3cc486ba49 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -33,7 +33,7 @@ public:
*/
uint32_t uniqueID() const { return fUniqueID; }
- static sk_sp<SkTextBlob> MakeAsDrawText(
+ static sk_sp<SkTextBlob> MakeFromText(
const void* text, size_t byteLength, const SkPaint& paint);
/**