Chromium Code Reviews| Index: src/core/SkPaint.cpp |
| diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
| index 2aadce1d0a4f1680c182c213ed05fc43fed5edd2..f1d5ab6468084b9fbd71a4b379da1d3836ed4505 100644 |
| --- a/src/core/SkPaint.cpp |
| +++ b/src/core/SkPaint.cpp |
| @@ -2160,6 +2160,7 @@ void SkPaint::toString(SkString* str) const { |
| SkImageFilter* imageFilter = this->getImageFilter(); |
| if (imageFilter) { |
| str->append("<dt>ImageFilter:</dt><dd>"); |
| + imageFilter->toString(str); |
| str->append("</dd>"); |
| } |