Index: src/effects/SkColorFilters.cpp |
=================================================================== |
--- src/effects/SkColorFilters.cpp (revision 13782) |
+++ src/effects/SkColorFilters.cpp (working copy) |
@@ -77,7 +77,7 @@ |
} |
} |
-#ifdef SK_DEVELOPER |
+#ifndef SK_IGNORE_TO_STRING |
virtual void toString(SkString* str) const SK_OVERRIDE { |
str->append("SkModeColorFilter: color: 0x"); |
str->appendHex(fColor); |