| Index: dm/DM.cpp | 
| diff --git a/dm/DM.cpp b/dm/DM.cpp | 
| index af20a783685d7059e9e4bde58eb01da96a095854..26d66949055c68c052f0418379f1057e2f274a0c 100644 | 
| --- a/dm/DM.cpp | 
| +++ b/dm/DM.cpp | 
| @@ -209,7 +209,7 @@ static void push_codec_srcs(Path path) { | 
| // TODO (msarett): Add more scaling tests as we implement more flexible scaling. | 
| // TODO (msarett): Implement scaling tests for SkImageDecoder in order to compare with these | 
| //                 tests.  SkImageDecoder supports downscales by integer factors. | 
| -    const float scales[] = { 0.125f, 0.25f, 0.5f, 1.0f }; | 
| +    const float scales[] = { 0.125f, 0.25f, 0.375f, 0.5f, 0.625f, 0.750f, 0.875f, 1.0f }; | 
|  | 
| for (float scale : scales) { | 
| // Build additional test cases for images that decode natively to non-canvas types | 
|  |