| Index: tools/CopyTilesRenderer.h
|
| diff --git a/tools/CopyTilesRenderer.h b/tools/CopyTilesRenderer.h
|
| index ef1ccb09b4e4ebebece2015ac68138545c4bdd75..3bf969b15f3d4059bf1d620f2d681316190802b5 100644
|
| --- a/tools/CopyTilesRenderer.h
|
| +++ b/tools/CopyTilesRenderer.h
|
| @@ -23,7 +23,8 @@ namespace sk_tools {
|
|
|
| public:
|
| CopyTilesRenderer(int x, int y);
|
| - virtual void init(SkPicture* pict, const SkString* outputDir, const SkString* inputFilename,
|
| + virtual void init(SkPicture* pict, const SkString* writePath, const SkString* mismatchPath,
|
| + const SkString* inputFilename,
|
| bool useChecksumBasedFilenames) SK_OVERRIDE;
|
|
|
| /**
|
|
|