aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-07 16:32:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-07 16:32:51 -0700
commit63f30d90498ca1a48868421b528036f3be30e2ad (patch)
treef0f68f2ba1d0eb42c9b0e036342915cf9e8a6b9b /include/core/SkCanvas.h
parentc42475cea23bfdb22b5d6cad6042577e47bd6a5c (diff)
fix typos and capitalization on drawTextRSXform CL
Diffstat (limited to 'include/core/SkCanvas.h')
-rw-r--r--include/core/SkCanvas.h2
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);