Index: src/core/SkPaint.cpp |
=================================================================== |
--- src/core/SkPaint.cpp (revision 9237) |
+++ src/core/SkPaint.cpp (working copy) |
@@ -2329,6 +2329,7 @@ |
SkColorFilter* colorFilter = this->getColorFilter(); |
if (NULL != colorFilter) { |
str->append("<dt>ColorFilter:</dt><dd>"); |
+ SkDEVCODE(colorFilter->toString(str);) |
djsollen
2013/05/22 19:13:50
why does this need SkDEVCODE if it is in a SK_DEVE
robertphillips
2013/05/22 19:29:35
Can't go wrong with belt AND suspenders - done.
|
str->append("</dd>"); |
} |