Index: include/core/SkMatrix.h |
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
index b2ee3c61bfb417580eaf9b7ce2414a8c0f4e0d04..d00beda373dad575c931d960aadda3b73930dea1 100644 |
--- a/include/core/SkMatrix.h |
+++ b/include/core/SkMatrix.h |
@@ -414,6 +414,8 @@ public: |
this->mapPoints(pts, pts, count); |
} |
+ void mapPts(SkPoint dst[], const SkPoint src[], int count) const; |
+ |
/** Like mapPoints but with custom byte stride between the points. Stride |
* should be a multiple of sizeof(SkScalar). |
*/ |