aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
diff options
context:
space:
mode:
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);