| Index: tools/bench_record.cpp
|
| diff --git a/tools/bench_record.cpp b/tools/bench_record.cpp
|
| index 545731900bcfc288d17d564d91f0a228547171a9..4f928ee6dc77598c0c12c1980a23d379b32580a5 100644
|
| --- a/tools/bench_record.cpp
|
| +++ b/tools/bench_record.cpp
|
| @@ -149,7 +149,7 @@ int tool_main(int argc, char** argv) {
|
| continue;
|
| }
|
|
|
| - const SkString path = SkOSPath::SkPathJoin(FLAGS_skps[0], filename.c_str());
|
| + const SkString path = SkOSPath::Join(FLAGS_skps[0], filename.c_str());
|
|
|
| SkAutoTUnref<SkStream> stream(SkStream::NewFromFile(path.c_str()));
|
| if (!stream) {
|
|
|