Chromium Code Reviews| Index: dm/DMQuiltTask.cpp | 
| diff --git a/dm/DMQuiltTask.cpp b/dm/DMQuiltTask.cpp | 
| index 6ffe360ea800a1c91c3e1bebce53098e55c7fb9f..9898dda74ae47f4b20d4c129d13eb4351586ef9e 100644 | 
| --- a/dm/DMQuiltTask.cpp | 
| +++ b/dm/DMQuiltTask.cpp | 
| @@ -107,7 +107,7 @@ void QuiltTask::draw() { | 
| if (!BitmapsEqual(full, fReference)) { | 
| this->fail(); | 
| - this->spawnChild(SkNEW_ARGS(WriteTask, (*this, full))); | 
| + this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", full))); | 
| } | 
| } |