Chromium Code Reviews| Index: dm/DMWriteTask.cpp | 
| diff --git a/dm/DMWriteTask.cpp b/dm/DMWriteTask.cpp | 
| index 98ea929288267171b1ada425c55f943bd7ffbdc7..7c9bb628a71cec1afa9128b95672e0b6613d8cac 100644 | 
| --- a/dm/DMWriteTask.cpp | 
| +++ b/dm/DMWriteTask.cpp | 
| @@ -97,7 +97,7 @@ | 
| info, rowBytes, NULL/*ctable*/, subset)); | 
| SkASSERT(pixels); | 
| - bitmap->setInfo(info, rowBytes); | 
| + bitmap->setConfig(info, rowBytes); | 
| bitmap->setPixelRef(pixels); | 
| return true; | 
| } |