| Index: tools/bench_playback.cpp
|
| diff --git a/tools/bench_playback.cpp b/tools/bench_playback.cpp
|
| index 5343191974036add6d849da5c71745871fff842c..a4f3a6a39427e813c6e3a34334040a88a2401683 100644
|
| --- a/tools/bench_playback.cpp
|
| +++ b/tools/bench_playback.cpp
|
| @@ -106,7 +106,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) {
|
|
|