| Index: tools/Resources.cpp
|
| diff --git a/tools/Resources.cpp b/tools/Resources.cpp
|
| index 0efd66b246caf2527bc98a1ff029804e6414555b..606c5c4968c52fcb7544ba47fc5fd0ba1285269d 100644
|
| --- a/tools/Resources.cpp
|
| +++ b/tools/Resources.cpp
|
| @@ -13,7 +13,7 @@
|
| DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
|
|
|
| SkString GetResourcePath(const char* resource) {
|
| - return SkOSPath::SkPathJoin(FLAGS_resourcePath[0], resource);
|
| + return SkOSPath::Join(FLAGS_resourcePath[0], resource);
|
| }
|
|
|
| void SetResourcePath(const char* resource) {
|
|
|