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