diff options
author | reed <reed@google.com> | 2016-07-07 16:32:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-07 16:32:51 -0700 |
commit | 63f30d90498ca1a48868421b528036f3be30e2ad (patch) | |
tree | f0f68f2ba1d0eb42c9b0e036342915cf9e8a6b9b /include/core | |
parent | c42475cea23bfdb22b5d6cad6042577e47bd6a5c (diff) |
fix typos and capitalization on drawTextRSXform CL
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2123923006
Review-Url: https://codereview.chromium.org/2123923006
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkCanvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 7dd0189441..10863eb823 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -992,7 +992,7 @@ public: /** * Draw the text with each character/glyph individually transformed by its xform. * If cullRect is not null, it is a conservative bounds of what will be drawn - * taking into account the xforms and the paint) and will be used to accelerate culling. + * taking into account the xforms and the paint, and will be used to accelerate culling. */ void drawTextRSXform(const void* text, size_t byteLength, const SkRSXform[], const SkRect* cullRect, const SkPaint& paint); |