Index: src/core/SkPaint.cpp |
=================================================================== |
--- src/core/SkPaint.cpp (revision 13782) |
+++ src/core/SkPaint.cpp (working copy) |
@@ -2278,7 +2278,7 @@ |
return *storage; |
} |
-#ifdef SK_DEVELOPER |
+#ifndef SK_IGNORE_TO_STRING |
void SkPaint::toString(SkString* str) const { |
str->append("<dl><dt>SkPaint:</dt><dd><dl>"); |
@@ -2448,7 +2448,6 @@ |
} |
#endif |
- |
/////////////////////////////////////////////////////////////////////////////// |
static bool has_thick_frame(const SkPaint& paint) { |