Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index f01042ed298a4e8c9832a15a73dac059c776682b..927e134840f203b4498ff7eb1912d9b2bc22a3b6 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -775,6 +775,7 @@ public: |
@param paint The paint used to draw the image, or NULL |
*/ |
void drawImage(const SkImage* image, SkScalar left, SkScalar top, const SkPaint* paint = NULL); |
+ |
/** Draw the specified image, with the specified matrix applied (before the |
canvas' matrix is applied). |