aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2015-04-09 08:49:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-09 08:49:32 -0700
commit055f6b59d879b2adac52748ea5a58c8a05bf501c (patch)
tree62fe53adfe01a399a4fb1f5798108296197b1d59 /include/core
parent0b18c3554c81709af0f967de7356855afd5a4485 (diff)
[SkTextBlob] Custom run font record
Instead of using a full-blown SkPaint to store run font info, use a custom structure. This saves 96 bytes / run on 64bit platforms. R=reed@google.com,mtklein@google.com,joshualitt@google.com Review URL: https://codereview.chromium.org/1070943002
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index 3f4bc2cf34..9014620695 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -448,7 +448,7 @@ template <typename Dst> Dst SkTCast(const void* ptr) {
/** \class SkNoncopyable
-SkNoncopyable is the base class for objects that may do not want to
+SkNoncopyable is the base class for objects that do not want to
be copied. It hides its copy-constructor and its assignment-operator.
*/
class SK_API SkNoncopyable {