| Index: dm/DMGpuGMTask.cpp
 | 
| diff --git a/dm/DMGpuGMTask.cpp b/dm/DMGpuGMTask.cpp
 | 
| index 63c96490371b08f938f23f6fc6e7ac776151e116..3178fd6d99a5bc23388212cf96ecbef589d87e6d 100644
 | 
| --- a/dm/DMGpuGMTask.cpp
 | 
| +++ b/dm/DMGpuGMTask.cpp
 | 
| @@ -44,7 +44,7 @@ void GpuGMTask::draw(GrContextFactory* grFactory) {
 | 
|      bitmap.setInfo(info);
 | 
|      canvas->readPixels(&bitmap, 0, 0);
 | 
|  
 | 
| -    this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
 | 
| +    this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", bitmap)));
 | 
|  }
 | 
|  
 | 
|  bool GpuGMTask::shouldSkip() const {
 | 
| 
 |