aboutsummaryrefslogtreecommitdiffstats
path: root/gm/gm_expectations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/gm_expectations.cpp')
-rw-r--r--gm/gm_expectations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/gm_expectations.cpp b/gm/gm_expectations.cpp
index 70890707cf..db6abdf404 100644
--- a/gm/gm_expectations.cpp
+++ b/gm/gm_expectations.cpp
@@ -194,7 +194,7 @@ namespace skiagm {
// IndividualImageExpectationsSource class...
Expectations IndividualImageExpectationsSource::get(const char *testName) const {
- SkString path = SkOSPath::SkPathJoin(fRootDir.c_str(), testName);
+ SkString path = SkOSPath::Join(fRootDir.c_str(), testName);
SkBitmap referenceBitmap;
bool decodedReferenceBitmap =
SkImageDecoder::DecodeFile(path.c_str(), &referenceBitmap, kN32_SkColorType,