Index: bench/SkipZeroesBench.cpp |
diff --git a/bench/SkipZeroesBench.cpp b/bench/SkipZeroesBench.cpp |
index 30d9377a5efc46a15e703e2bc8b48ea9f0ff6c82..fc25f8b074fef6b68811beaabfe6f926565e9c4e 100644 |
--- a/bench/SkipZeroesBench.cpp |
+++ b/bench/SkipZeroesBench.cpp |
@@ -52,8 +52,7 @@ protected: |
return; |
} |
- SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(), |
- fFilename.c_str()); |
+ SkString fullPath = SkOSPath::Join(resourcePath.c_str(), fFilename.c_str()); |
SkFILEStream fileStream(fullPath.c_str()); |
fValid = fileStream.isValid() && fileStream.getLength() > 0; |
if (fValid) { |