Index: tools/CopyTilesRenderer.cpp |
diff --git a/tools/CopyTilesRenderer.cpp b/tools/CopyTilesRenderer.cpp |
index b5534f03a7a8697ee0e32b3d91605e3cb8bbf253..7e6f8a8226d2310f62279a3c6ba3a53855ec8f7b 100644 |
--- a/tools/CopyTilesRenderer.cpp |
+++ b/tools/CopyTilesRenderer.cpp |
@@ -20,7 +20,7 @@ namespace sk_tools { |
: fXTilesPerLargeTile(x) |
, fYTilesPerLargeTile(y) { |
} |
- void CopyTilesRenderer::init(SkPicture* pict, const SkString* writePath, |
+ void CopyTilesRenderer::init(const SkPicture* pict, const SkString* writePath, |
const SkString* mismatchPath, const SkString* inputFilename, |
bool useChecksumBasedFilenames) { |
// Do not call INHERITED::init(), which would create a (potentially large) canvas which is |