| Index: src/core/SkDraw.cpp
|
| ===================================================================
|
| --- src/core/SkDraw.cpp (revision 13782)
|
| +++ src/core/SkDraw.cpp (working copy)
|
| @@ -2363,7 +2363,7 @@
|
|
|
| virtual void shadeSpan(int x, int y, SkPMColor dstC[], int count) SK_OVERRIDE;
|
|
|
| - SK_DEVELOPER_TO_STRING()
|
| + SK_TO_STRING_OVERRIDE()
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkTriColorShader)
|
|
|
| protected:
|
| @@ -2436,7 +2436,7 @@
|
| }
|
| }
|
|
|
| -#ifdef SK_DEVELOPER
|
| +#ifndef SK_IGNORE_TO_STRING
|
| void SkTriColorShader::toString(SkString* str) const {
|
| str->append("SkTriColorShader: (");
|
|
|
|
|