Index: src/core/SkMatrix.cpp |
=================================================================== |
--- src/core/SkMatrix.cpp (revision 13782) |
+++ src/core/SkMatrix.cpp (working copy) |
@@ -1598,7 +1598,9 @@ |
this->toString(&str); |
SkDebugf("%s\n", str.c_str()); |
} |
+#endif |
+#ifndef SK_IGNORE_TO_STRING |
void SkMatrix::toString(SkString* str) const { |
str->appendf("[%8.4f %8.4f %8.4f][%8.4f %8.4f %8.4f][%8.4f %8.4f %8.4f]", |
fMat[0], fMat[1], fMat[2], fMat[3], fMat[4], fMat[5], |