| Index: tools/CopyTilesRenderer.cpp
|
| diff --git a/tools/CopyTilesRenderer.cpp b/tools/CopyTilesRenderer.cpp
|
| index 7e6f8a8226d2310f62279a3c6ba3a53855ec8f7b..509dd0e5953f957768a88f18ce1c83850549ef83 100644
|
| --- a/tools/CopyTilesRenderer.cpp
|
| +++ b/tools/CopyTilesRenderer.cpp
|
| @@ -72,8 +72,8 @@ namespace sk_tools {
|
| // a bitmap directly.
|
| // TODO: Share more common code with write() to do this, to properly
|
| // write out the JSON summary, etc.
|
| - SkString pathWithNumber = SkOSPath::SkPathJoin(fWritePath.c_str(),
|
| - fInputFilename.c_str());
|
| + SkString pathWithNumber = SkOSPath::Join(fWritePath.c_str(),
|
| + fInputFilename.c_str());
|
| pathWithNumber.remove(pathWithNumber.size() - 4, 4);
|
| pathWithNumber.appendf("%i.png", i++);
|
| SkBitmap copy;
|
|
|