| Index: src/images/SkDecodingImageGenerator.cpp
 | 
| diff --git a/src/images/SkDecodingImageGenerator.cpp b/src/images/SkDecodingImageGenerator.cpp
 | 
| index b3924a7daa4d2b342cb6ea29f333ce93aa4b7390..5b842abf5f671da0c9d68dd1bdfec68cbf6f08c7 100644
 | 
| --- a/src/images/SkDecodingImageGenerator.cpp
 | 
| +++ b/src/images/SkDecodingImageGenerator.cpp
 | 
| @@ -242,7 +242,7 @@
 | 
|          if (kIndex_8_SkColorType == bitmap.colorType()) {
 | 
|              // We don't support kIndex8 because we don't support
 | 
|              // colortables in this workflow.
 | 
| -            info.fColorType = kN32_SkColorType;
 | 
| +            info.fColorType = kPMColor_SkColorType;
 | 
|          }
 | 
|      } else {
 | 
|          if (!bitmap.canCopyTo(opts.fRequestedColorType)) {
 | 
| 
 |