| Index: src/effects/SkKernel33MaskFilter.cpp
|
| ===================================================================
|
| --- src/effects/SkKernel33MaskFilter.cpp (revision 13782)
|
| +++ src/effects/SkKernel33MaskFilter.cpp (working copy)
|
| @@ -86,7 +86,7 @@
|
| fPercent256 = rb.readInt();
|
| }
|
|
|
| -#ifdef SK_DEVELOPER
|
| +#ifndef SK_IGNORE_TO_STRING
|
| void SkKernel33ProcMaskFilter::toString(SkString* str) const {
|
| str->appendf("percent256: %d, ", fPercent256);
|
| }
|
| @@ -126,7 +126,7 @@
|
| fShift = rb.readInt();
|
| }
|
|
|
| -#ifdef SK_DEVELOPER
|
| +#ifndef SK_IGNORE_TO_STRING
|
| void SkKernel33MaskFilter::toString(SkString* str) const {
|
| str->append("SkKernel33MaskFilter: (");
|
|
|
|
|