Chromium Code Reviews| Index: gm/fatpathfill.cpp |
| diff --git a/gm/fatpathfill.cpp b/gm/fatpathfill.cpp |
| index ba6fffee128068fc251a674a36586c3914bed685..176c7bf7ea67dff27a916dfcbbd7c79ac0869f49 100644 |
| --- a/gm/fatpathfill.cpp |
| +++ b/gm/fatpathfill.cpp |
| @@ -16,7 +16,7 @@ |
| #define REPEAT_LOOP 5 |
| static SkSurface* new_surface(int width, int height) { |
| - return SkSurface::NewRasterPMColor(width, height); |
| + return SkSurface::NewRasterN32Premul(width, height); |
| } |
| static void draw_pixel_centers(SkCanvas* canvas) { |