| Index: tools/lua/lua_pictures.cpp
|
| diff --git a/tools/lua/lua_pictures.cpp b/tools/lua/lua_pictures.cpp
|
| index 2985bf64c31323471250124b486b694ad026fdd2..e19b7a314a6f7799173fdc289d7dd8833e649f96 100644
|
| --- a/tools/lua/lua_pictures.cpp
|
| +++ b/tools/lua/lua_pictures.cpp
|
| @@ -132,7 +132,7 @@ int tool_main(int argc, char** argv) {
|
| SkString filename;
|
| SkOSFile::Iter iter(FLAGS_skpPath[i], "skp");
|
| while(iter.next(&filename)) {
|
| - paths.push_back() = SkOSPath::SkPathJoin(directory.c_str(), filename.c_str());
|
| + paths.push_back() = SkOSPath::Join(directory.c_str(), filename.c_str());
|
| }
|
| } else {
|
| // Add this as an .skp itself.
|
|
|