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