Index: include/core/SkMatrix.h |
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
index 0252bc7101c423217093f1a7f281af71b792dfb5..b56023d7dca5f17f69666b7724a738309234fd1f 100644 |
--- a/include/core/SkMatrix.h |
+++ b/include/core/SkMatrix.h |
@@ -12,6 +12,7 @@ |
#include "SkRect.h" |
+struct SkRSXform; |
class SkString; |
/** \class SkMatrix |
@@ -244,6 +245,9 @@ public: |
/** Set the matrix to rotate by the specified sine and cosine values. |
*/ |
void setSinCos(SkScalar sinValue, SkScalar cosValue); |
+ |
+ SkMatrix& setRSXform(const SkRSXform&); |
+ |
/** Set the matrix to skew by sx and sy, with a pivot point at (px, py). |
The pivot point is the coordinate that should remain unchanged by the |
specified transformation. |