| Index: tools/PictureRenderer.cpp
|
| diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp
|
| index b9b01e4cf96093c64306395cd3342496803068e9..e6f92aaee127a4532175694f62662f209c0d0a1e 100644
|
| --- a/tools/PictureRenderer.cpp
|
| +++ b/tools/PictureRenderer.cpp
|
| @@ -296,7 +296,7 @@ static bool write(SkCanvas* canvas, const SkString& writePath, const SkString& m
|
| BitmapAndDigest bitmapAndDigest(bitmap);
|
|
|
| SkString escapedInputFilename(inputFilename);
|
| - replace_char(&escapedInputFilename, '.', '_');
|
| + escapedInputFilename.replace('.', '_');
|
|
|
| // TODO(epoger): what about including the config type within outputFilename? That way,
|
| // we could combine results of different config types without conflicting filenames.
|
|
|