Index: include/core/SkMatrix.h |
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
index b3c7378ab27dce136832b910fcaccab9ae924dcc..34f16077a45839b96447fbe380eb29feb61bdd99 100644 |
--- a/include/core/SkMatrix.h |
+++ b/include/core/SkMatrix.h |
@@ -560,8 +560,8 @@ public: |
*/ |
size_t readFromMemory(const void* buffer, size_t length); |
- SkDEVCODE(void dump() const;) |
- SK_TO_STRING_NONVIRT() |
+ void dump() const; |
+ void toString(SkString*) const; |
/** |
* Calculates the minimum scaling factor of the matrix as computed from the SVD of the upper |