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