Chromium Code Reviews| Index: src/effects/SkStippleMaskFilter.cpp |
| =================================================================== |
| --- src/effects/SkStippleMaskFilter.cpp (revision 13782) |
| +++ src/effects/SkStippleMaskFilter.cpp (working copy) |
| @@ -45,7 +45,7 @@ |
| return true; |
| } |
| -#ifdef SK_DEVELOPER |
| +#ifndef SK_IGNORE_TO_STRING |
| void SkStippleMaskFilter::toString(SkString* str) const { |
| str->append("SkStippleMaskFilter: ()"); |
| } |