diff options
author | robertphillips <robertphillips@google.com> | 2015-06-26 12:17:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-26 12:17:59 -0700 |
commit | d24955ad3511a024206dd2ac893b52aa85d6cd30 (patch) | |
tree | bd854f8d98ab4a3b940c2cc698532ad9005de7dc /include | |
parent | 2766c00fc0b6a07d46e5f74cdad45da2ef625237 (diff) |
Make SkPaint::glyphsToUnichars use explicit SkSurfaceProps
BUG=skia:3984,skia:3934
Review URL: https://codereview.chromium.org/1211413003
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPaint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 007a1adf39..b163792047 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -814,8 +814,7 @@ public: to zero. Note: this does not look at the text-encoding setting in the paint, only at the typeface. */ - void glyphsToUnichars(const uint16_t glyphs[], int count, - SkUnichar text[]) const; + void glyphsToUnichars(const uint16_t glyphs[], int count, SkUnichar text[]) const; /** Return the number of drawable units in the specified text buffer. This looks at the current TextEncoding field of the paint. If you also |