| Index: dm/DMUtil.h
|
| diff --git a/dm/DMUtil.h b/dm/DMUtil.h
|
| index b887d828d49061db0a7d2e12a0817a06efbf423c..a79164946ea56068f793e6ac4466ebbfdb342175 100644
|
| --- a/dm/DMUtil.h
|
| +++ b/dm/DMUtil.h
|
| @@ -16,7 +16,7 @@ SkString UnderJoin(const char* a, const char* b);
|
| void RecordPicture(skiagm::GM* gm, SkPicture* picture, uint32_t recordFlags = 0);
|
|
|
| // Prepare bitmap to have gm draw into it with this config.
|
| -void SetupBitmap(const SkBitmap::Config config, skiagm::GM* gm, SkBitmap* bitmap);
|
| +void SetupBitmap(const SkColorType, skiagm::GM* gm, SkBitmap* bitmap);
|
|
|
| // Draw picture to bitmap.
|
| void DrawPicture(SkPicture* picture, SkBitmap* bitmap);
|
|
|