Index: include/core/SkMatrix.h |
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
index dc482b888ed16bf8eb16d951e4a871a3afdb5d26..79ee001514340bc8f5e50f3e78ca792ff2fe8d28 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. |