Chromium Code Reviews| Index: tests/WritePixelsTest.cpp |
| diff --git a/tests/WritePixelsTest.cpp b/tests/WritePixelsTest.cpp |
| index a1c978d1b1429d5b942a9f3ccc010b49e9e48e7f..a0e305168036404436572749d8cae45e30f99fc2 100644 |
| --- a/tests/WritePixelsTest.cpp |
| +++ b/tests/WritePixelsTest.cpp |
| @@ -213,7 +213,7 @@ |
| if (canvasInfo.width() != DEV_W || |
| canvasInfo.height() != DEV_H || |
| - canvasInfo.colorType() != kPMColor_SkColorType) { |
| + canvasInfo.colorType() != kN32_SkColorType) { |
| return false; |
| } |