Chromium Code Reviews| Index: dm/DMSKPTask.cpp | 
| diff --git a/dm/DMSKPTask.cpp b/dm/DMSKPTask.cpp | 
| index 21bd9b13fda0ad206d77af662f3e9b10e3e58a45..d633594ffc594e892f2d76dd53676ef5061078a5 100644 | 
| --- a/dm/DMSKPTask.cpp | 
| +++ b/dm/DMSKPTask.cpp | 
| @@ -25,7 +25,7 @@ void SKPTask::draw() { | 
| AllocatePixels(kN32_SkColorType, width, height, &bitmap); | 
| DrawPicture(*fPicture, &bitmap); | 
| - this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap))); | 
| + this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "SKP", bitmap))); | 
| } | 
| } // namespace DM |