Index: include/core/SkMatrix.h |
=================================================================== |
--- include/core/SkMatrix.h (revision 13782) |
+++ include/core/SkMatrix.h (working copy) |
@@ -560,7 +560,7 @@ |
size_t readFromMemory(const void* buffer, size_t length); |
SkDEVCODE(void dump() const;) |
- SkDEVCODE(void toString(SkString*) const;) |
+ SK_TO_STRING_NONVIRT() |
/** |
* Calculates the minimum stretching factor of the matrix. If the matrix has |